Skip to content

Commit

Permalink
PR fail indicator
Browse files Browse the repository at this point in the history
add PR fail indicator
  • Loading branch information
Sing-Li committed Oct 13, 2015
1 parent 3593ce5 commit c6ef43b
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
Expand Up @@ -9,7 +9,7 @@ before_install:
- curl https://install.meteor.com | /bin/sh
- npm install -g npm@'>=2.13.5'
script:
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then echo "Building PR $TRAVIS_PULL_REQUEST"; meteor build ../build; exit 0; fi
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then echo "Building PR $TRAVIS_PULL_REQUEST"; meteor build ../build; exit $?; fi
- cd .travis
- npm install
- npm start
Expand Down

0 comments on commit c6ef43b

Please sign in to comment.