Skip to content

Commit

Permalink
Only trigger downstream build on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsushita committed Jan 14, 2018
1 parent 83b12e7 commit e9a57a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
script:
- ./trigger-travis.sh contentascode safetag master $TOKEN
- if [ -n "$TRAVIS_TAG" ]; then ./trigger-travis.sh contentascode safetag master $TOKEN; fi

0 comments on commit e9a57a7

Please sign in to comment.