Skip to content

Commit 60753ef

Browse files
committed
Update .travis.yml
* add more versions * use addons: chrome
1 parent 254c052 commit 60753ef

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.travis.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
script: bundle exec rspec spec
2-
cache: bundler
9+
310
env:
411
matrix:
5-
- RAILS=4.2.6 AA=1.1.0
6-
- 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
715
rvm:
8-
- 2.2.6
9-
- 2.3.3
10-
before_install:
11-
- gem update --system
12-
- rvm @global do gem install bundler -v 1.14.6
13-
- gem --version
16+
- 2.3
17+
- 2.4
18+
- 2.5

0 commit comments

Comments
 (0)