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 c902f2f
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 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 All @@ -23,7 +28,6 @@ script:
- npm run unit-tests
- npm run test:component
- npm run e2e-tests
- open -b com.apple.iphonesimulator
- npm run objc-tests
- npm run cover

Expand Down

0 comments on commit c902f2f

Please sign in to comment.