We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c12ac commit 7c1660cCopy full SHA for 7c1660c
.travis.yml
@@ -12,7 +12,7 @@ gemfile:
12
- gemfiles/Gemfile-rails-4-0
13
- gemfiles/Gemfile-rails-4-1
14
- gemfiles/Gemfile-rails-4-2
15
- - gemfiles/Gemfile-rails-5.0
+ - gemfiles/Gemfile-rails-5-0
16
- gemfiles/Gemfile-sprockets-2-11
17
- gemfiles/Gemfile-sprockets-2-12
18
- gemfiles/Gemfile-sprockets-2-8
@@ -33,6 +33,13 @@ script: bundle exec rake test
33
matrix:
34
allow_failures:
35
- rvm: rbx-2
36
+ exclude:
37
+ - gemfile: gemfiles/Gemfile-rails-5-0
38
+ rvm: 1.9.3
39
40
+ rvm: 2.0.0
41
42
+ rvm: 2.1
43
include:
44
- gemfile: Gemfile
45
rvm: 2.2.5
0 commit comments