Skip to content

Commit 7b4ba6f

Browse files
committed
Update travis node version
1 parent 637dd74 commit 7b4ba6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424
| tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull
2525
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils; fi
2626
install:
27-
- nvm install 7
27+
- nvm install 10
2828
- curl -o- -L https://yarnpkg.com/install.sh | bash
2929
- source ~/.bashrc
3030
- npm install -g xvfb-maybe

0 commit comments

Comments
 (0)