Skip to content

Commit 5815681

Browse files
authored
Merge pull request rust-lang#2326 from mikerite/fix_travis_macos
Fix Travis CI build
2 parents 29c6093 + 1afbe32 commit 5815681

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ env:
1414
- secure: dj8SwwuRGuzbo2wZq5z7qXIf7P3p7cbSGs1I3pvXQmB6a58gkLiRn/qBcIIegdt/nzXs+Z0Nug+DdesYVeUPxk1hIa/eeU8p6mpyTtZ+30H4QVgVzd0VCthB5F/NUiPVxTgpGpEgCM9/p72xMwTn7AAJfsGqk7AJ4FS5ZZKhqFI=
1515
- RUST_BACKTRACE=1
1616

17+
before_install:
18+
- |
19+
# work-around for issue https://github.com/travis-ci/travis-ci/issues/6307
20+
# might not be necessary in the future
21+
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
22+
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
23+
rvm get stable
24+
fi
25+
1726
install:
1827
- . $HOME/.nvm/nvm.sh
1928
- nvm install stable

0 commit comments

Comments
 (0)