Skip to content

Commit

Permalink
Terminate commands properly for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansanford committed Sep 30, 2016
1 parent 8cbe406 commit 0109bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ after_success:
- coveralls
# docker/build-trigger.sh contains the rules for when to, and not to trigger
- if [ "$TRAVIS_EVENT_TYPE" == "push" ]; then
./docker/build-trigger.sh Tag "${TRAVIS_TAG}" "${BUILD_TRIGGER_URL}"
./docker/build-trigger.sh Branch "${TRAVIS_BRANCH}" "${BUILD_TRIGGER_URL}"
./docker/build-trigger.sh Tag "${TRAVIS_TAG}" "${BUILD_TRIGGER_URL}" ;
./docker/build-trigger.sh Branch "${TRAVIS_BRANCH}" "${BUILD_TRIGGER_URL}" ;
fi

0 comments on commit 0109bc0

Please sign in to comment.