mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-19 05:27:34 -05:00
Document Travis Settings [skip ci]
This commit is contained in:
parent
d14320b07d
commit
3caffc6420
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user