Skip to content

Commit

Permalink
Change travis to exclude unwanted branches instead of only including …
Browse files Browse the repository at this point in the history
…master.
  • Loading branch information
janorn committed Jun 27, 2014
1 parent 7490f39 commit 46abf95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 46abf95

Please sign in to comment.