Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(travis): add Xcode 10.2 & Xcode 11 #644

Closed
wants to merge 7 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,24 @@ sudo: false

matrix:
include:
# Run one test with Xcode 9.x, the rest with 10.1
# test with Xcode 11
- osx_image: xcode11
env: TRAVIS_NODE_VERSION=10
# tests with Xcode 9.x & Xcode 10.1, the rest with 10.2
- osx_image: xcode9.3
env: TRAVIS_NODE_VERSION=10
- osx_image: xcode10.1
env: TRAVIS_NODE_VERSION=10
# others with Xcode 10.2
- osx_image: xcode10.2
env: TRAVIS_NODE_VERSION=6
- osx_image: xcode10.1
- osx_image: xcode10.2
env: TRAVIS_NODE_VERSION=8
- osx_image: xcode10.1
- osx_image: xcode10.2
env: TRAVIS_NODE_VERSION=10
- osx_image: xcode10.2
env: TRAVIS_NODE_VERSION=12
# with an extra with Xcode 10.1
- osx_image: xcode10.1
env: TRAVIS_NODE_VERSION=12

Expand Down