Skip to content

Commit 1377c86

Browse files
author
Vladimir Kotal
committed
node is already installed in Travis macOS env
1 parent c7437af commit 1377c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
2424
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
2525
brew update
2626

27-
brew install cvs node
27+
brew install cvs
2828
if [[ $? != 0 ]]; then
2929
echo "cannot install extra packages"
3030
exit 1

0 commit comments

Comments
 (0)