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 035d10a commit c7437afCopy full SHA for c7437af
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 ctags cvs node
+ brew install cvs node
28
if [[ $? != 0 ]]; then
29
echo "cannot install extra packages"
30
exit 1
0 commit comments