We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29c6093 + 1afbe32 commit 5815681Copy full SHA for 5815681
.travis.yml
@@ -14,6 +14,15 @@ env:
14
- secure: dj8SwwuRGuzbo2wZq5z7qXIf7P3p7cbSGs1I3pvXQmB6a58gkLiRn/qBcIIegdt/nzXs+Z0Nug+DdesYVeUPxk1hIa/eeU8p6mpyTtZ+30H4QVgVzd0VCthB5F/NUiPVxTgpGpEgCM9/p72xMwTn7AAJfsGqk7AJ4FS5ZZKhqFI=
15
- RUST_BACKTRACE=1
16
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
+
26
install:
27
- . $HOME/.nvm/nvm.sh
28
- nvm install stable
0 commit comments