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

Commit e1ac67a

Browse files
committed
Update Ruby versions in Travis config add add XCode 9
1 parent f1bb0f4 commit e1ac67a

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: ruby
22
rvm:
3-
- 2.4.0
4-
- 2.3.3
3+
- 2.4.1
4+
- 2.3.4
55
- 2.2
66
- rbx
77
matrix:
@@ -15,6 +15,9 @@ matrix:
1515
- rvm: 2.4.0
1616
os: osx
1717
osx_image: xcode6.4
18+
- rvm: 2.4.0
19+
os: osx
20+
osx_image: xcode9
1821
- rvm: system
1922
os: osx
2023
osx_image: xcode8.2
@@ -24,6 +27,9 @@ matrix:
2427
- rvm: system
2528
os: osx
2629
osx_image: xcode6.4
30+
- rvm: system
31+
os: osx
32+
osx_image: xcode9
2733
- rvm: ruby-2.3.1-clang
2834
env: CXX=clang++
2935
- rvm: 1.9.3

0 commit comments

Comments
 (0)