mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 07:00:55 +00:00
Fix rvm/gpg bug in travis osx build
This commit is contained in:
parent
f5d6aca197
commit
5527edd956
1 changed files with 0 additions and 9 deletions
|
@ -18,15 +18,6 @@ env:
|
||||||
global:
|
global:
|
||||||
- RUST_BACKTRACE=1
|
- 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:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ -z ${INTEGRATION} ]; then
|
if [ -z ${INTEGRATION} ]; then
|
||||||
|
|
Loading…
Reference in a new issue