Skip to content

Commit c7437af

Browse files
author
Vladimir Kotal
committed
do not install ctags twice on macOS
1 parent 035d10a commit c7437af

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 ctags cvs node
27+
brew install cvs node
2828
if [[ $? != 0 ]]; then
2929
echo "cannot install extra packages"
3030
exit 1

0 commit comments

Comments
 (0)