mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Exclude site and gh-pages branches from Travis
This commit is contained in:
parent
c9dc416a4e
commit
c47c574c18
1 changed files with 7 additions and 4 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,4 +1,11 @@
|
|||
language: ruby
|
||||
sudo: false
|
||||
script: "bundle exec rake"
|
||||
|
||||
branches:
|
||||
except:
|
||||
- site
|
||||
- gh-pages
|
||||
|
||||
rvm:
|
||||
- 1.9.2
|
||||
|
@ -9,10 +16,6 @@ gemfile:
|
|||
- gemfiles/3.1.gemfile
|
||||
- gemfiles/3.2.gemfile
|
||||
|
||||
sudo: false
|
||||
|
||||
script: "bundle exec rake"
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: rbx-19mode
|
||||
|
|
Loading…
Reference in a new issue