mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Make style consistent
This commit is contained in:
parent
5068a1252d
commit
80f86633a9
@ -16,8 +16,8 @@ env:
|
||||
|
||||
before_install:
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -;
|
||||
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
|
||||
rvm get stable
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user