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
1 changed files with 2 additions and 2 deletions

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