We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7437af commit 1377c86Copy full SHA for 1377c86
dev/before_install
@@ -24,7 +24,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
24
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
25
brew update
26
27
- brew install cvs node
+ brew install cvs
28
if [[ $? != 0 ]]; then
29
echo "cannot install extra packages"
30
exit 1
0 commit comments