~rockclimb/gephi/gephi-git

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: GitHub
  • Author(s): Eduardo Ramos
  • Date: 2018-08-27 13:19:56 UTC
  • Revision ID: git-v1:112804bdcf340f9f37c3058ea847201280557056
Trying to fix OSX build

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then ./src/travis/add-key.sh;fi
38
38
 
39
39
  # GPG install
40
 
  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update && brew unlink gnupg && brew install gnupg@2.0 && export PATH="/usr/local/opt/gnupg@2.0/bin:$PATH";fi
 
40
  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update && brew unlink gnupg && brew install gnupg && export PATH="/usr/local/opt/gnupg@2.0/bin:$PATH";fi
41
41
  - openssl aes-256-cbc -k "$GPG_PUBRING_ENCRYPTION" -in src/travis/pubring.gpg.enc -d -a -out src/travis/pubring.gpg
42
42
  - openssl aes-256-cbc -k "$GPG_SECRETRING_ENCRYPTION" -in src/travis/secretring.gpg.enc -d -a -out src/travis/secretring.gpg
43
43