Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
Updated node version in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgodhani committed Sep 18, 2018
1 parent a359708 commit 50142ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50142ca

Please sign in to comment.