Document Travis Settings [skip ci]

This commit is contained in:
tritoch 2017-06-28 08:19:25 -05:00 committed by GitHub
parent d14320b07d
commit 3caffc6420

View File

@ -1,12 +1,12 @@
language: python
before_install:
- pip install commentjson
- python verify_files.py
- python verify_files.py # make sure input files are OK before wasting time with prereqs
install:
- pip install -r requirements.txt
script: bash ./deploy.sh
after_script:
- sleep 10
- sleep 10 # helps travis finish logging
notifications:
email: false
webhooks: