Skip to content

Commit

Permalink
[ci/travis] added xcode9 macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 24, 2017
1 parent 36290d0 commit 6e8b7ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,22 @@ matrix:
- TRAVIS_NODE_VERSION="6"
# This is the job that will be used when building packages for macOS
- os: osx
osx_image: xcode7.3
language: generic
python: null
env:
- DEPLOY=true
- TRAVIS_NODE_VERSION="6"
- os: osx
osx_image: xcode9
language: generic
python: null
env:
- DEPLOY=false
- TRAVIS_NODE_VERSION="6"
allow_failures:
- python: nightly
- osx_image: xcode9

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]];
Expand Down

0 comments on commit 6e8b7ce

Please sign in to comment.