Skip to content

Commit 7a87bbf

Browse files
committed
Double check the homebrew commands.
1 parent cfd7a36 commit 7a87bbf

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
@@ -8,7 +8,7 @@ os:
88
- osx
99
script: npm run-script test
1010
before_install:
11-
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then brew update; brew install nvm; fi
11+
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then echo "updating nvm for osx"; brew update; brew install nvm; fi
1212
- nvm install $NODE_VERSION
1313
- npm config set spin false
1414
install:

0 commit comments

Comments
 (0)