Make style consistent

This commit is contained in:
Michael Wright 2018-01-06 08:14:52 +02:00
parent 5068a1252d
commit 80f86633a9

View File

@ -16,8 +16,8 @@ env:
before_install: before_install:
- | - |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then if [ "$TRAVIS_OS_NAME" == "osx" ]; then
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -; command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
rvm get stable rvm get stable
fi fi