提交 b72e1921 编写于 作者: E Eduardo Ramos 提交者: GitHub

Trying to fix travis mac build after Xcode 7.1 image has been retired in favor of 7.3.1

上级 86b1b57e
......@@ -5,7 +5,7 @@ matrix:
- os: linux
jdk: oraclejdk8
- os: osx
osx_image: xcode7.1
osx_image: xcode7.3
branches:
only:
......@@ -38,6 +38,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ./src/travis/add-key.sh;fi
# GPG install
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update && brew install gpg;fi
- openssl aes-256-cbc -k "$GPG_PUBRING_ENCRYPTION" -in src/travis/pubring.gpg.enc -d -a -out src/travis/pubring.gpg
- openssl aes-256-cbc -k "$GPG_SECRETRING_ENCRYPTION" -in src/travis/secretring.gpg.enc -d -a -out src/travis/secretring.gpg
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册