Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit c91a152

Browse files
WenishXanderLuciano
authored andcommitted
fix(travis.yml): CI uses now node version 10 (#754)
1 parent adb591e commit c91a152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install:
3535
#- export DISPLAY=':99.0'
3636
#- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
3737
{{/testing}}
38-
- nvm install 7
38+
- nvm install 10
3939
- curl -o- -L https://yarnpkg.com/install.sh | bash
4040
- source ~/.bashrc
4141
- npm install -g xvfb-maybe

0 commit comments

Comments
 (0)