Fix macOS builds

This commit is contained in:
Hyunjin Song
2019-06-12 17:42:24 +09:00
parent 12ea80d4fb
commit f141ae68e0
2 changed files with 3 additions and 3 deletions

View File

@@ -25,6 +25,9 @@ matrix:
depth: false
- os: osx
osx_image: xcode8.3
before_install:
# appdmg doesn't work with old Node.js
- if [ "$TRAVIS_OS_NAME" = osx ]; then nvm install 10; fi
install: ${TRAVIS_BUILD_DIR}/.travis/install.sh
script: ${TRAVIS_BUILD_DIR}/.travis/script.sh
after_script: ${TRAVIS_BUILD_DIR}/.travis/after_script.sh

View File

@@ -3,6 +3,3 @@
set -e
brew update
# appdmg doesn't work with old versions of Node.js
nvm install --lts