bump Ruby on Travis

This commit is contained in:
Matthias Kretschmann 2020-05-25 12:04:21 +02:00
parent 24cc6a514b
commit 5c9b209f9a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.5
- 2.7
cache:
bundler: true

View File

@ -7,7 +7,7 @@ echo " Installing dependencies "
echo "============================================="
echo "$(tput sgr0)" # reset
npm install gulp@4.0.0 -g
npm install gulp@4.0.2 -g
npm install
# Travis does that automatically after selecting ruby