diff --git a/.travis.yml b/.travis.yml index ba8e1e158..17280f586 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,16 @@ sudo: false matrix: include: - # Run one test with Xcode 9.x, the rest with 10.1 - - osx_image: xcode9.3 + # Run one test with Xcode 9.x, the rest with 10.x + - osx_image: xcode9.4 env: TRAVIS_NODE_VERSION=10 - - osx_image: xcode10.1 + - osx_image: xcode10.3 env: TRAVIS_NODE_VERSION=6 - - osx_image: xcode10.1 + - osx_image: xcode10.3 env: TRAVIS_NODE_VERSION=8 - - osx_image: xcode10.1 + - osx_image: xcode10.3 env: TRAVIS_NODE_VERSION=10 - - osx_image: xcode10.1 + - osx_image: xcode10.3 env: TRAVIS_NODE_VERSION=12 before_install: