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:
|
branches:
|
||||||
only:
|
except:
|
||||||
- master
|
- refactor
|
||||||
|
- gh-pages
|
||||||
language: ruby
|
language: ruby
|
||||||
script: "bundle exec rake --rakefile $PWD/.travis/Rakefile spec SPEC_OPTS='--format documentation'"
|
script: "bundle exec rake --rakefile $PWD/.travis/Rakefile spec SPEC_OPTS='--format documentation'"
|
||||||
rvm:
|
rvm:
|
||||||
|
|
Loading…
Reference in a new issue