Skip to content

Commit 75b1470

Browse files
committed
Fix MacOS ctags installation
1 parent d8979b5 commit 75b1470

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ julia:
1010
- nightly
1111
before_install:
1212
- sudo apt-get install -y ctags || sudo apt-get install -y universal-ctags || sudo apt-get install -y exuberant-ctags
13+
addons:
14+
homebrew:
15+
packages:
16+
- ctags
1317
matrix:
1418
allow_failures:
1519
- julia: nightly

0 commit comments

Comments
 (0)