diff options
author | 2018-02-07 22:55:42 +0100 | |
---|---|---|
committer | 2018-02-07 21:55:42 +0000 | |
commit | 85afb2dc4159a3eaae5c21289efdd2eb97685fc3 (patch) | |
tree | 03d87ecd20e0406bbe848b8281fa15109bfa6f33 /.travis.yml | |
parent | Travis master deploy (#3) (diff) |
only deploy on master branch (#4)
* adds python script to handle branch condition
* satisfy snekchek
* snekchekd to death
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index e0efa08a..30032dfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,11 @@ language: python python: - "3.6" - + install: - pip install -r requirements.txt - pip install -r requirements-ci.txt script: - snekchek after_success: - - | - test $TRAVIS_BRANCH = "master" && - "curl $AUTODEPLOY_WEBHOOK -H \"token: $AUTODEPLOY_TOKEN\"" + - python deploy.py |