We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254c052 commit 60753efCopy full SHA for 60753ef
1 file changed
.travis.yml
@@ -1,13 +1,18 @@
1
+sudo: required
2
+language: ruby
3
+addons:
4
+ chrome: stable
5
+
6
+before_install: gem install bundler -v 1.16.0.pre.3
7
8
script: bundle exec rspec spec
-cache: bundler
9
10
env:
11
matrix:
- - RAILS=4.2.6 AA=1.1.0
- - RAILS=5.0.0 AA=1.2.1
12
+ - RAILS=4.2.10 AA=1.1.0
13
+ - RAILS=5.1.0 AA=1.2.1
14
+ - RAILS=5.2.1 AA=1.3.1
15
rvm:
- - 2.2.6
- - 2.3.3
-before_install:
- - gem update --system
- - rvm @global do gem install bundler -v 1.14.6
- - gem --version
16
+ - 2.3
17
+ - 2.4
18
+ - 2.5
0 commit comments