Skip to content

Commit 80f8663

Browse files
author
Michael Wright
committed
Make style consistent
1 parent 5068a12 commit 80f8663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ env:
1616

1717
before_install:
1818
- |
19-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
20-
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -;
19+
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
20+
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
2121
rvm get stable
2222
fi
2323

0 commit comments

Comments
 (0)