From 50142cab11bcb26b0eae0ef10dc9389177f819da Mon Sep 17 00:00:00 2001 From: Meet Godhani Date: Tue, 18 Sep 2018 19:23:25 -0400 Subject: [PATCH] Updated node version in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5941385..822568d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils; fi - cd src/renderer && cp config.example.js config.js install: -- nvm install 7 +- nvm install 10.10 - curl -o- -L https://yarnpkg.com/install.sh | bash - source ~/.bashrc - npm install -g xvfb-maybe