Skip to content

Commit 0cabbbd

Browse files
authored
Rollup merge of #3539 - flip1995:travis_osx_fix, r=oli-obk
Fix rvm/gpg bug in travis osx build Apparently this workaround isn't needed anymore ([travis](https://travis-ci.org/flip1995/rust-clippy/jobs/467027571)) and fixes the latest osx failures: [travis](https://travis-ci.org/rust-lang/rust-clippy/jobs/467013498#L152)
2 parents c974cca + 5527edd commit 0cabbbd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

-9
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ env:
1818
global:
1919
- RUST_BACKTRACE=1
2020

21-
before_install:
22-
- |
23-
# work-around for issue https://github.com/travis-ci/travis-ci/issues/6307
24-
# might not be necessary in the future
25-
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
26-
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
27-
rvm get stable
28-
fi
29-
3021
install:
3122
- |
3223
if [ -z ${INTEGRATION} ]; then

0 commit comments

Comments
 (0)