Skip to content

Commit

Permalink
Travis-CI: only build branches if a PR has been made for them
Browse files Browse the repository at this point in the history
This means that only PRs and the master branch will be tested.
See <travis-ci/travis-ci#1316>.
  • Loading branch information
zmughal committed Mar 3, 2015
1 parent 37ec8ba commit aedd1ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -59,10 +59,13 @@ after_script:
- perl -Iblib/lib -MPDL::Config -MData::Dumper -e 'print Dumper \%PDL::Config'
after_success:
- coverage-report
branches:
branches:
except:
- /^wip\//
- /^blocked/
only:
- master
notifications:
irc:
channels:
Expand Down

0 comments on commit aedd1ea

Please sign in to comment.