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

Commit b188195

Browse files
committed
Backport Travis configuration from the master branch
This is done in preparation for a release for macOS Sierra
1 parent 210feb9 commit b188195

1 file changed

Lines changed: 25 additions & 7 deletions

File tree

.travis.yml

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
11
rvm:
2-
- 2.3.0
3-
- 2.2.4
4-
- 2.1.8
5-
- 1.9.3
2+
- 2.3.1
3+
- 2.2
4+
- 2.1
65
- rbx
76
matrix:
87
include:
9-
- rvm: system
8+
- rvm: 2.2
9+
os: osx
10+
osx_image: xcode8
11+
- rvm: 2.2
1012
os: osx
1113
osx_image: xcode7.3
14+
- rvm: 2.2
15+
os: osx
16+
osx_image: xcode7.1
1217
- rvm: system
1318
os: osx
14-
osx_image: xcode6.4
19+
osx_image: xcode7.1
20+
- rvm: system
21+
os: osx
22+
osx_image: xcode7.3
1523
- rvm: system
1624
os: osx
17-
osx_image: beta-xcode6.2
25+
osx_image: xcode8
26+
- rvm: ruby-2.3.1-clang
27+
env: CXX=clang++
28+
- rvm: 1.9.3
29+
allow_failures:
30+
- rvm: 1.9.3
31+
- rvm: rbx
32+
fast_finish: true
1833
bundler_args: --jobs=1 --retry=3
1934
before_install:
2035
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update; fi
@@ -32,6 +47,9 @@ deploy:
3247
skip_cleanup: true
3348
on:
3449
tags: true
50+
condition: $TRAVIS_OS_NAME = osx
51+
cache:
52+
bundler: true
3553
notifications:
3654
recipients:
3755
- cowboyd@thefrontside.net

0 commit comments

Comments
 (0)