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:
Ana María Martínez Gómez 2019-04-01 13:04:06 +02:00
parent f0dde2dff4
commit ca52d04289
No known key found for this signature in database
GPG key ID: EACB9B4BC80C0347

View file

@ -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`"