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

Updated before_install script

This commit is contained in:
Tim Voronov 2018-09-27 16:29:44 -04:00
parent 7bb7bbcf56
commit de18946d82

View File

@ -19,5 +19,5 @@ addons:
before_install:
- sudo add-apt-repository ppa:jonathonf/antlr4 -y
- sudo apt-get update
- sudo apt-get install -y antlr4
- sudo apt-get update -q
- sudo apt-get install antlr4 -y