1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-21 17:26:55 +01:00

bump ruby & node on Travis

This commit is contained in:
Matthias Kretschmann 2018-06-25 13:21:34 +02:00
parent add40e3ba0
commit 41e6687fb5
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.4
- 2.5
cache:
bundler: true
@ -8,7 +8,7 @@ cache:
- $TRAVIS_BUILD_DIR/node_modules
before_install:
- nvm install 9
- nvm install 10
- pip install --user awscli
- export PATH=$PATH:$HOME/.local/bin