chore: use node 10.x for TravisCI build

This commit is contained in:
Sefa Ilkimen
2020-07-14 01:33:22 +02:00
parent 4eed89e530
commit 20ec4bee31
+1 -1
View File
@@ -45,7 +45,7 @@ matrix:
before_install:
- export LANG=en_US.UTF-8 &&
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - &&
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - &&
sudo apt-get install -y nodejs
install: