Skip to content

Commit

Permalink
Rollup merge of rust-lang#3539 - flip1995:travis_osx_fix, r=oli-obk
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
flip1995 committed Dec 12, 2018
2 parents f5d6aca + 5527edd commit 29f3a6f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29f3a6f

Please sign in to comment.