Skip to content

Commit

Permalink
Merge pull request #277 from voxpupuli/push_master_only
Browse files Browse the repository at this point in the history
Only CI test 'push' builds on master.
  • Loading branch information
igalic authored Dec 2, 2016
2 parents 3def9db + bcccf00 commit 5e015f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ matrix:
- rvm: 2.1.9
- rvm: 2.2.5
- rvm: 2.3.1
branches:
only:
- master
3 changes: 3 additions & 0 deletions moduleroot/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ matrix:
- rvm: <%= allow_failures['rvm'] %>
<% end -%>
<% end -%>
branches:
only:
- master
notifications:
email: false
deploy:
Expand Down

0 comments on commit 5e015f6

Please sign in to comment.