Skip to content

Commit

Permalink
Restrict CI to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterWAWood committed Apr 7, 2015
1 parent 4ef68a1 commit 67133d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,11 @@
# (http://docs.travis-ci.com/).
#

# Only use continuous integration on the master branch
branches:
only:
- master

# Send notifications on every build failure to comitter and author. Never send
# notifications for sucessful builds.
notifications:
Expand Down

0 comments on commit 67133d0

Please sign in to comment.