eliminate Travis settings file

pull/405/head
Chris Simpkins 2018-02-22 12:04:23 +07:00
parent cc2e5f9fde
commit c5cfb7258f
1 changed files with 0 additions and 52 deletions

@ -1,52 +0,0 @@
sudo: true
language: generic
group: deprecated-2017Q3
matrix:
include:
- os: linux
sudo: required
env:
- TARGET="lint"
before_script:
- pip install ufolint
- sudo apt-get -qq update
- sudo apt-get install -y shellcheck
script:
- make -j $TARGET
- os: linux
sudo: required
env:
- TARGET="build-with-dependencies"
before_script:
- pip install ufolint
- sudo apt-get -qq update
- sudo apt-get install -y shellcheck
script:
- make -j $TARGET
# - os: osx
# env:
# - TARGET="lint"
# before_install:
# - brew update
# - brew install python3
# - virtualenv env -p python3
# - source env/bin/activate
# before_script:
# - pip install ufolint
# - brew install shellcheck
# script:
# - make -j $TARGET
# - os: osx
# env:
# - TARGET="build-with-dependencies"
# before_install:
# - brew update
# - brew install python3
# - virtualenv env -p python3
# - source env/bin/activate
# script:
# - make -j $TARGET
notifications:
email: false