Skip to content

Commit

Permalink
test: run on Xcode 11 only (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Feb 13, 2020
1 parent 14a5728 commit b0280cf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ sudo: false

matrix:
include:
# Run one test with Xcode 9.x, the rest with 10.x
- osx_image: xcode9.4
- osx_image: xcode11
env: TRAVIS_NODE_VERSION=10
- osx_image: xcode10.3
env: TRAVIS_NODE_VERSION=10
- osx_image: xcode10.3
- osx_image: xcode11
env: TRAVIS_NODE_VERSION=12

before_install:
Expand Down

0 comments on commit b0280cf

Please sign in to comment.