Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Aug 20, 2016
1 parent f005e29 commit c9a148a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,9 @@ matrix:
os: osx

install:
- echo ${TRAVIS_TAG}
- source bin/install_travis.sh
script:
- bin/travis_clang.sh
- bin/test_travis.sh
- bin/trigger_feedstock.sh
notifications:
email: false
2 changes: 2 additions & 0 deletions bin/trigger_feedstock.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -x

if [[ "${TRIGGER_FEEDSTOCK}" != "yes" ]]; then
exit 0;
fi
Expand Down

0 comments on commit c9a148a

Please sign in to comment.