Skip to content

Commit bf12994

Browse files
committed
update .travis.yml
1 parent 885e742 commit bf12994

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.travis.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,14 @@ env:
44
- RAILS=4.2.6
55
- RAILS=5.0.0
66
rvm:
7-
- 1.9.3
8-
- 2.0.0
97
- 2.1.9
108
- 2.2.5
119
- 2.3.1
1210
matrix:
1311
exclude:
14-
- rvm: 1.9.3
15-
env: RAILS=5.0.0
16-
- rvm: 2.0.0
17-
env: RAILS=5.0.0
1812
- rvm: 2.1.9
19-
env: RAILS=5.0.0
13+
env: RAILS=5.0.0 # Rails 5.0 requires Ruby 2.2.2 or newer
2014
before_install:
21-
- gem install bundler -v '= 1.9.3'
22-
- gem update --system
23-
- gem --version
15+
- gem update --system # use the very latest Rubygems
16+
- rvm @global do gem uninstall bundler -a -x
17+
- rvm @global do gem install bundler -v 1.14.6 # latest version known to work

0 commit comments

Comments
 (0)