forked from jasder/antlr
try fix travis
This commit is contained in:
parent
fd89fccfa6
commit
90e78a9cb5
|
@ -3,8 +3,5 @@
|
|||
set -euo pipefail
|
||||
|
||||
sudo apt-get update -qq
|
||||
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
||||
sudo apt-get install -qq nodejs
|
||||
sudo npm install -g n
|
||||
n 14
|
||||
sudo n 14
|
||||
node --version
|
||||
|
|
Loading…
Reference in New Issue