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

Commit b7e1fc9

Browse files
committed
Add xcode8 to the Travis matrix
This will facilitate future macOS Sierra builds[1] [1] https://blog.travis-ci.com/2016-09-15-new-default-osx-image-coming/
1 parent d4cfcff commit b7e1fc9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ rvm:
66
- rbx
77
matrix:
88
include:
9+
- rvm: 2.2
10+
os: osx
11+
osx_image: xcode8
912
- rvm: 2.2
1013
os: osx
1114
osx_image: xcode7.3
@@ -15,6 +18,9 @@ matrix:
1518
- rvm: system
1619
os: osx
1720
osx_image: xcode7.3
21+
- rvm: system
22+
os: osx
23+
osx_image: xcode8
1824
- rvm: ruby-2.3.1-clang
1925
env: CXX=clang++
2026
- rvm: 1.9.3

0 commit comments

Comments
 (0)