Run Travis for all branches except depfu
Otherwise when working on a fork Travis doesn't run for the branch you are working on. Now you can try things out and ensure it works before sending a PR. depfu branches keep excluded as it will cause that we run it twice.
This commit is contained in:
parent
f0dde2dff4
commit
ca52d04289
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 2.5.0@osem --ignore-gemsets
|
- 2.5.0@osem --ignore-gemsets
|
||||||
branches:
|
branches:
|
||||||
only:
|
except:
|
||||||
- master
|
- /^depfu/.*$/
|
||||||
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