mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-21 04:03:11 +00:00
Fix rvm/gpg bug in travis osx build
This commit is contained in:
parent
f5d6aca197
commit
5527edd956
@ -18,15 +18,6 @@ env:
|
||||
global:
|
||||
- RUST_BACKTRACE=1
|
||||
|
||||
before_install:
|
||||
- |
|
||||
# work-around for issue https://github.com/travis-ci/travis-ci/issues/6307
|
||||
# might not be necessary in the future
|
||||
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
|
||||
rvm get stable
|
||||
fi
|
||||
|
||||
install:
|
||||
- |
|
||||
if [ -z ${INTEGRATION} ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user