Make style consistent

This commit is contained in:
Michael Wright 2018-01-06 08:14:52 +02:00
parent 5068a1252d
commit 80f86633a9
1 changed files with 2 additions and 2 deletions

View File

@ -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