1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-12 11:15:14 +02:00

A try to fix travis

This commit is contained in:
Tim Voronov 2018-09-27 13:46:10 -04:00
parent 865dfd0e18
commit 6a29f9bd2b

View File

@ -21,4 +21,5 @@ before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- sudo curl -O http://www.antlr.org/download/antlr-4.7.1-complete.jar
- export CLASSPATH=".:/home/travis/build/christoph2/pyA2L/antlr-4.6-complete.jar:$CLASSPATH"
- alias antlr4='java -jar /usr/local/lib/antlr-4.7.1-complete.jar'
- alias antlr4='java -jar /usr/local/lib/antlr-4.7.1-complete.jar'
- java -version