version 6 to 6.9.2 in travis

Co-Authored-By: oleurud <oleurud@pm.me>
This commit is contained in:
Daniel G. Aubert
2019-02-13 09:27:16 +01:00
committed by GitHub
co-authored by oleurud
parent 0b5ef6a5e1
commit 77cbe2b545
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Node.js version: "
node -v
# install dependencies
if [ "$NODEJS_VERSION" = "6" ];
if [ "$NODEJS_VERSION" = "6.9.2" ];
then
npm install -g yarn@0.27.5
echo "yarn version on install:"