From 615d76dcda2cada00ed009534c6bedc5c735e869 Mon Sep 17 00:00:00 2001 From: parrt Date: Sun, 3 Jan 2021 13:18:27 -0800 Subject: [PATCH] add clone for php to travis script --- .travis/before-install-linux-php.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/before-install-linux-php.sh b/.travis/before-install-linux-php.sh index b95e3b31d5..09028e5b86 100755 --- a/.travis/before-install-linux-php.sh +++ b/.travis/before-install-linux-php.sh @@ -7,4 +7,5 @@ sudo apt-get update -qq php -v +git clone https://github.com/antlr/antlr-php-runtime.git mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V \ No newline at end of file