Skip to content

Commit

Permalink
travis-ci: update xcode for Mac and ruby for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed May 12, 2017
1 parent 3f8630d commit ace06c8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ matrix:
os: linux
- rvm: 2.3.3
os: linux
- rvm: 2.4.0
- rvm: 2.4.1
os: linux
- rvm: ruby-head
os: linux
- rvm: 2.1.10
os: osx
osx_image: xcode8.2 # OSX 10.12
osx_image: xcode8.3 # OSX 10.12
# - rvm: 2.2.6
# os: osx
# osx_image: xcode8.2 # OSX 10.12
Expand All @@ -28,17 +28,16 @@ matrix:
# osx_image: xcode8.2 # OSX 10.12
- rvm: 2.4.0
os: osx
osx_image: xcode8.2 # OSX 10.12
osx_image: xcode8.3 # OSX 10.12
- rvm: ruby-head
os: osx
osx_image: xcode 8.2 # OSX 10.12
osx_image: xcode 8.3 # OSX 10.12
allow_failures:
- rvm: ruby-head

branches:
only:
- master
- v0.10
- v0.12
- v0.14

Expand Down

0 comments on commit ace06c8

Please sign in to comment.