1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

build with Node 8 on Travis

This commit is contained in:
Matthias Kretschmann 2017-08-23 15:48:46 +02:00
parent 72c9688fc4
commit d9d80ce9ff
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -11,7 +11,7 @@ cache:
- $TRAVIS_BUILD_DIR/node_modules
before_install:
- nvm install 7
- nvm install 8
before_script: "_ci/setup.sh"
script: "_ci/build.sh"