mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 10:38:50 +01:00
Update Travis environment
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user