From 80f86633a96e7baef289b3d7fe03549677465cfb Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Sat, 6 Jan 2018 08:14:52 +0200 Subject: [PATCH] Make style consistent --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4b00e42fd1..22ac973cf6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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