mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Make style consistent
This commit is contained in:
parent
5068a1252d
commit
80f86633a9
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue