Skip to content

Commit 406ee7b

Browse files
committed
feat(ci): update node version
1 parent 387a9b3 commit 406ee7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
install:
1010
# from http://austinpray.com/ops/2015/09/20/change-travis-node-version.html
1111
- make install-backend
12-
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 4.4.5
12+
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 8.12.0
1313
- npm -g install yarn
1414
- make install-frontend
1515

0 commit comments

Comments
 (0)