Skip to content

Commit 171dfcf

Browse files
author
Vladimir Kotal
committed
check ctags install
1 parent 26b3a82 commit 171dfcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/before_install

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
4040
fi
4141

4242
sudo ./dev/install-universal_ctags.sh
43+
if [[ $? != 0 ]]; then
44+
echo "cannot install Universal ctags"
45+
exit 1
46+
fi
4347

4448
# for API blueprint verification
4549
npm install drafter

0 commit comments

Comments
 (0)