aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-02-07 22:55:42 +0100
committerGravatar Gareth Coles <[email protected]>2018-02-07 21:55:42 +0000
commit85afb2dc4159a3eaae5c21289efdd2eb97685fc3 (patch)
tree03d87ecd20e0406bbe848b8281fa15109bfa6f33 /.travis.yml
parentTravis 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.yml6
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