Skip to content

Commit 5527edd

Browse files
committed
Fix rvm/gpg bug in travis osx build
1 parent f5d6aca commit 5527edd

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)