Skip to content

Commit

Permalink
Fix macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong committed Jun 12, 2019
1 parent 12ea80d commit f141ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .travis/osx..before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
set -e

brew update

# appdmg doesn't work with old versions of Node.js
nvm install --lts

0 comments on commit f141ae6

Please sign in to comment.