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

Commit 442af3e

Browse files
committed
Update ruby versions in Travis config
1 parent a8fb758 commit 442af3e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: ruby
22
rvm:
3-
- 2.3.2
3+
- 2.3.3
44
- 2.2
55
- 2.1
66
- rbx
77
matrix:
88
include:
9-
- rvm: 2.3.2
9+
- rvm: 2.3.3
1010
os: osx
1111
osx_image: xcode8.2
1212
- rvm: 2.2
@@ -18,19 +18,19 @@ matrix:
1818
- rvm: system
1919
os: osx
2020
osx_image: xcode8.2
21-
- rvm: 2.3.2
21+
- rvm: 2.3.3
2222
os: osx
2323
osx_image: xcode6.4
2424
- rvm: system
2525
os: osx
2626
osx_image: xcode6.4
27-
- rvm: ruby-2.3.2-clang
27+
- rvm: ruby-2.3.1-clang
2828
env: CXX=clang++
2929
- rvm: 1.9.3
3030
allow_failures:
3131
- rvm: 1.9.3
3232
- rvm: rbx
33-
- rvm: 2.3.2
33+
- rvm: 2.3.3
3434
os: osx
3535
osx_image: xcode6.4
3636
fast_finish: true

0 commit comments

Comments
 (0)