From abdbfda56c88b62d9abfa284e0bb31a72f9e15cf Mon Sep 17 00:00:00 2001 From: Thomas Bloor Date: Mon, 9 Sep 2019 21:00:30 +0100 Subject: [PATCH] change to use latest node for compilation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cced2fd..cbd8de5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ addons: chrome: stable language: node_js node_js: - - 8 + - node before_install: - openssl aes-256-cbc -K $encrypted_9d2af3734b6c_key -iv $encrypted_9d2af3734b6c_iv -in src/environments/environments.tar.enc -out src/environments/environments.tar -d - tar xf src/environments/environments.tar -C src/environments