Change travis to exclude unwanted branches instead of only including master.
This commit is contained in:
parent
7490f39113
commit
46abf95d94
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
except:
|
||||
- refactor
|
||||
- gh-pages
|
||||
language: ruby
|
||||
script: "bundle exec rake --rakefile $PWD/.travis/Rakefile spec SPEC_OPTS='--format documentation'"
|
||||
rvm:
|
||||
|
|
Loading…
Reference in a new issue