Fix build

Adding gpg key import.
This commit is contained in:
Michael Wright 2018-01-04 21:17:04 +02:00
parent 6802232e28
commit 5068a1252d
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,11 @@ env:
- RUST_BACKTRACE=1
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm get stable; fi
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -;
rvm get stable
fi
install:
- . $HOME/.nvm/nvm.sh