Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 7a2cb02

Browse files
committed
Update ruby versions in Travis config
1 parent e60906c commit 7a2cb02

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.travis.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
language: ruby
22
rvm:
3-
- 2.3.2
3+
- 2.4.0
4+
- 2.3.3
45
- 2.2
5-
- 2.1
6-
- rbx-2.2.7
6+
- rbx
77
matrix:
88
include:
9-
- rvm: 2.3.2
9+
- rvm: 2.4.0
1010
os: osx
1111
osx_image: xcode8.2
12-
- rvm: 2.2
12+
- rvm: 2.4.0
1313
os: osx
1414
osx_image: xcode7.3
15-
- rvm: system
15+
- rvm: 2.4.0
1616
os: osx
17-
osx_image: xcode7.3
17+
osx_image: xcode6.4
1818
- rvm: system
1919
os: osx
2020
osx_image: xcode8.2
21-
- rvm: 2.3.2
21+
- rvm: system
2222
os: osx
23-
osx_image: xcode6.4
23+
osx_image: xcode7.3
2424
- rvm: system
2525
os: osx
2626
osx_image: xcode6.4
@@ -29,17 +29,17 @@ matrix:
2929
- rvm: 1.9.3
3030
allow_failures:
3131
- rvm: 1.9.3
32-
- rvm: rbx-2.2.7
33-
- os: osx
34-
osx_image: xcode6.4
32+
- rvm: rbx
3533
fast_finish: true
36-
bundler_args: --jobs=1 --retry=3
34+
bundler_args: --jobs=4 --retry=3
3735
before_install:
3836
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update; fi
3937
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install git-svn; fi
4038
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update --system; fi
4139
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then gem update bundler; fi
42-
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo gem install bundler ; fi
40+
- if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" == "system" ]; then sudo gem install bundler; fi
41+
- if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" != "system" ]; then gem update --system; fi
42+
- if [ "$TRAVIS_OS_NAME" == "osx" -a "$TRAVIS_RUBY_VERSION" != "system" ]; then gem update bundler; fi
4343
script:
4444
- MAKEFLAGS+=-j8 bundle exec rake checkout compile spec binary --trace
4545
deploy:

0 commit comments

Comments
 (0)