提交 11addac3 编写于 作者: E Eduardo Ramos

Merge branch 'master' of github.com:gephi/gephi

......@@ -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.
先完成此消息的编辑!
想要评论请 注册