Skip to content

Commit

Permalink
Merge pull request #350 from san650/travis-build
Browse files Browse the repository at this point in the history
Avoid running two travis builds when a PR is opened
  • Loading branch information
san650 authored Dec 14, 2017
2 parents 6906736 + 1453655 commit 5718348
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ matrix:
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary

branches:
only:
- "master"

before_install:
- npm install -g bower
- bower --version
Expand Down

0 comments on commit 5718348

Please sign in to comment.