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

Commit 0c2e41b

Browse files
committed
Update Travis configuration
1 parent 1859a5f commit 0c2e41b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ rvm:
66
- rbx
77
matrix:
88
include:
9-
- rvm: 2.2
9+
- rvm: 2.3.2
1010
os: osx
11-
osx_image: xcode8
11+
osx_image: xcode8.2
1212
- rvm: 2.2
1313
os: osx
1414
osx_image: xcode7.3
@@ -20,7 +20,7 @@ matrix:
2020
osx_image: xcode7.3
2121
- rvm: system
2222
os: osx
23-
osx_image: xcode8
23+
osx_image: xcode8.2
2424
- rvm: ruby-2.3.1-clang
2525
env: CXX=clang++
2626
- rvm: 1.9.3
@@ -49,6 +49,7 @@ deploy:
4949
on:
5050
tags: true
5151
condition: $TRAVIS_OS_NAME = osx
52+
all_branches: true
5253
cache:
5354
bundler: true
5455
notifications:

0 commit comments

Comments
 (0)