Skip to content

Commit

Permalink
Merge pull request #2 from Sing-Li/Sing-Li-patch-2
Browse files Browse the repository at this point in the history
PR fail indicator
  • Loading branch information
Sing-Li committed Oct 13, 2015
2 parents 3593ce5 + c6ef43b commit 5d2ead4
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 5d2ead4

Please sign in to comment.