Skip to content

Commit

Permalink
Try to get Travis running Xcode 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Jan 30, 2019
1 parent 3e64749 commit 85d6143
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
language: objective-c
osx_image: xcode9.3
sudo: false

env:
matrix:
- TRAVIS_NODE_VERSION: '6'
- TRAVIS_NODE_VERSION: '8'
- TRAVIS_NODE_VERSION: '10'
matrix:
include:
# Run one test with Xcode 9.x, the rest with 10.1
- osx_image: xcode9.3
env: TRAVIS_NODE_VERSION=10
- osx_image: xcode10.1
env: TRAVIS_NODE_VERSION=6
- osx_image: xcode10.1
env: TRAVIS_NODE_VERSION=8
- osx_image: xcode10.1
env: TRAVIS_NODE_VERSION=10

before_install:
- nvm install $TRAVIS_NODE_VERSION
Expand Down

0 comments on commit 85d6143

Please sign in to comment.