diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 90ae14fd..e0efa08a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,6 @@ install: script: - snekchek after_success: - "curl $AUTODEPLOY_WEBHOOK -H \"token: $AUTODEPLOY_TOKEN\""
\ No newline at end of file + - | + test $TRAVIS_BRANCH = "master" && + "curl $AUTODEPLOY_WEBHOOK -H \"token: $AUTODEPLOY_TOKEN\"" |