From 76fab428d74290cdfd8016c8a980b13c7e4491bc Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Tue, 8 Dec 2020 10:16:03 +0100 Subject: [PATCH] Update Travis environment --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db2a3c3..b8694a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,12 @@ -dist: trusty +dist: focal language: ruby cache: bundler rvm: - 2.7 - 2.6 - 2.5 +node_js: + - 14 bundler_args: --without production before_install: - yes | gem update --system --force