Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.

Commit af4f265

Browse files
committed
Fix travis config for updated Gemfiles
1 parent e295949 commit af4f265

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,19 @@ matrix:
1414
allow_failures:
1515
- rvm: jruby-head
1616
- rvm: ruby-head
17+
exclude:
1718
- rvm: 2.0
18-
gemfile: gemfiles/Gemfile.activesupport-5.x
19+
gemfile: gemfiles/activesupport_50.gemfile
1920
- rvm: 2.1
20-
gemfile: gemfiles/Gemfile.activesupport-5.x
21+
gemfile: gemfiles/activesupport_50.gemfile
22+
- rvm: 2.0
23+
gemfile: gemfiles/activesupport_51.gemfile
24+
- rvm: 2.1
25+
gemfile: gemfiles/activesupport_51.gemfile
26+
- rvm: 2.0
27+
gemfile: gemfiles/activesupport_52.gemfile
28+
- rvm: 2.1
29+
gemfile: gemfiles/activesupport_52.gemfile
2130
notifications:
2231
webhooks: https://www.travisbuddy.com/
2332
on_success: never

0 commit comments

Comments
 (0)