1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-16 03:21:03 +02:00

Another try to fix travis 3

This commit is contained in:
Tim Voronov 2018-09-27 14:08:50 -04:00
parent c6ba9d0243
commit 5a9d9edc76

View File

@ -18,6 +18,7 @@ addons:
- oracle-java8-set-default
before_install:
- shopt -s expand_aliases
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- sudo curl -O https://www.antlr.org/download/antlr-4.7.1-complete.jar
- export CLASSPATH=".:/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH"