Disable Travis branch builds except for master
This is neccesarry to not build depfu branches now that we have enabled depfu.
This commit is contained in:
parent
6987c34e12
commit
9380173fbc
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 2.4.0@osem --ignore-gemsets
|
- 2.4.0@osem --ignore-gemsets
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
before_install:
|
before_install:
|
||||||
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
|
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
|
||||||
- "echo `phantomjs -v`"
|
- "echo `phantomjs -v`"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue