mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
|
||||
- 2.5.0@osem --ignore-gemsets
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
except:
|
||||
- /^depfu/.*$/
|
||||
before_install:
|
||||
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
|
||||
- "echo `phantomjs -v`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue