Skip to content

Commit

Permalink
Added missing gpg package
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmi committed May 29, 2017
1 parent f3e70e0 commit 7592be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ before_install:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo add-apt-repository -y ppa:beineri/opt-qt${QT_LONG}-trusty; fi
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo apt-get update -qq; fi
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo apt-get install -y -qq qt${QT_BASE}base qt${QT_BASE}script qt${QT_BASE}tools; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then rvm get stable --auto-dotfiles; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew update; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew install gpg; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then rvm get stable --auto-dotfiles; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew install ccache; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then PATH=$PATH:/usr/local/opt/ccache/libexec; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew install qt; fi
Expand Down

0 comments on commit 7592be5

Please sign in to comment.