mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Fix build
Adding gpg key import.
This commit is contained in:
parent
6802232e28
commit
5068a1252d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user