Skip to content

Commit e003e6c

Browse files
committed
Try an if statement instead of short-circuited boolean
1 parent 394baae commit e003e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ os:
99

1010
script: npm run-script test
1111
before_install:
12-
- $TRAVIS_OS_NAME == "osx" && brew update && brew install nvm
12+
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then; brew update; brew install nvm; fi;
1313
- nvm install $NODE_VERSION
1414
- npm config set spin false
1515
install:

0 commit comments

Comments
 (0)