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
No known key found for this signature in database
GPG Key ID: 4AB0B60A9B5E59F5

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: