1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Update Travis environment

This commit is contained in:
Philipp Fischbeck 2020-12-08 10:16:03 +01:00
parent 9d7d88b40d
commit 76fab428d7

View File

@ -1,10 +1,12 @@
dist: trusty dist: focal
language: ruby language: ruby
cache: bundler cache: bundler
rvm: rvm:
- 2.7 - 2.7
- 2.6 - 2.6
- 2.5 - 2.5
node_js:
- 14
bundler_args: --without production bundler_args: --without production
before_install: before_install:
- yes | gem update --system --force - yes | gem update --system --force