Skip to content

Commit 5806006

Browse files
committed
Don't test Rails 4.2.x with Ruby head
1 parent 0edb77c commit 5806006

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ env:
3737
matrix:
3838
allow_failures:
3939
- env: DB_ADAPTER=oracle_enhanced
40+
exclude:
41+
- rvm: ruby-head
42+
gemfile: gemfiles/rails_4.2.11.gemfile
4043
before_script:
4144
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
4245
- chmod +x ./cc-test-reporter

0 commit comments

Comments
 (0)