Skip to content

Commit

Permalink
chore: run tests on Xcode 11 only
Browse files Browse the repository at this point in the history
Since we are dropping support of older versions
  • Loading branch information
jcesarmobile authored Feb 12, 2020
1 parent 59d0dd7 commit a1e0347
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 a1e0347

Please sign in to comment.