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:
Henne Vogelsang 2018-08-30 15:39:02 +02:00
parent 6987c34e12
commit 9380173fbc

View file

@ -4,6 +4,9 @@ language: ruby
cache: bundler
rvm:
- 2.4.0@osem --ignore-gemsets
branches:
only:
- master
before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- "echo `phantomjs -v`"