Skip to content

Commit

Permalink
Restrict Travis CI builds to the master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
cinquin committed Mar 19, 2017
1 parent b4e7027 commit bf5f2d5
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 @@ -2,6 +2,10 @@ language: c
language: java
jdk: oraclejdk8

branches:
only:
- master

addons:
apt:
packages:
Expand Down

0 comments on commit bf5f2d5

Please sign in to comment.