We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b74169 commit c4d02aeCopy full SHA for c4d02ae
1 file changed
.travis.yml
@@ -15,9 +15,9 @@ gemfile:
15
jobs:
16
exclude: # Unsupported combos: https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
17
- rvm: 3.0
18
- gemfiles/rails_5.1.gemfile
+ gemfile: gemfiles/rails_5.1.gemfile
19
20
- gemfiles/rails_5.2.gemfile
+ gemfile: gemfiles/rails_5.2.gemfile
21
22
before_install:
23
- bin/setup
0 commit comments