From 5a9d9edc7656d73a77d59c271f19d7ff8e0294b4 Mon Sep 17 00:00:00 2001 From: Tim Voronov Date: Thu, 27 Sep 2018 14:08:50 -0400 Subject: [PATCH] Another try to fix travis 3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f35d669b..acae270f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"