Change travis to exclude unwanted branches instead of only including master.

This commit is contained in:
Jan Örnstedt 2014-06-27 22:30:20 +02:00
parent 7490f39113
commit 46abf95d94

View file

@ -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: