We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387a9b3 commit 406ee7bCopy full SHA for 406ee7b
.travis.yml
@@ -9,7 +9,7 @@ cache:
9
install:
10
# from http://austinpray.com/ops/2015/09/20/change-travis-node-version.html
11
- 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
+ - 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
13
- npm -g install yarn
14
- make install-frontend
15
0 commit comments