Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 4fd3109

Browse files
committed
only build pushes to the master branch
Branches in pull requests will still be built by virtue of being associated with a pull request. Restricting "branches" to "only master" will prevent duplicate web hook firing to Travis. Signed-off-by: Robb Kidd <robb@thekidds.org>
1 parent 0bc63df commit 4fd3109

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
sudo: false
2+
branches:
3+
only:
4+
- master
25
language: ruby
36
bundler_args: "--jobs 7"
47

0 commit comments

Comments
 (0)