Skip to content

Commit

Permalink
Merge pull request #341 from sphereio/build-on-pr
Browse files Browse the repository at this point in the history
Build on PR to check it works
  • Loading branch information
lauraluiz committed Jan 14, 2016
2 parents 6caba73 + 41a2713 commit ee6a98c
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 @@ install:
- npm install

script:
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then grunt publish; fi
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then grunt publish; else grunt build; fi

branches:
only:
Expand Down

0 comments on commit ee6a98c

Please sign in to comment.