Using xcode 9.4 instead of 8.3 (hopefully will avoid hang?)

This commit is contained in:
Joseph Lenox 2018-07-27 20:40:40 -05:00
parent 60286bb032
commit f6cbd4fd72

View File

@ -80,6 +80,7 @@ matrix:
- package/deploy/sftp-symlink.sh linux ~/slic3r-upload.rsa AppImage Slic3r*.AppImage
- package/deploy/sftp-symlink.sh linux ~/slic3r-upload.rsa tar.bz2 *.bz2
- os: osx
osx_image: xcode9.4
before_install:
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )& fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update -v ; fi