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

tinker, tinker, switch to container-based image

This commit is contained in:
Matthias Kretschmann 2018-01-04 11:21:17 -02:00
parent 61cdeebfe3
commit fdb6ea1b3a
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -1,6 +1,3 @@
sudo: required
dist: trusty
language: ruby
rvm:
- 2.4
@ -11,7 +8,7 @@ cache:
- $TRAVIS_BUILD_DIR/node_modules
before_install:
- nvm install 7
- nvm install 9
before_script: "_ci/setup.sh"
script: "_ci/build.sh"