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

Update Ruby versions for Travis CI

This commit is contained in:
Philipp Fischbeck 2019-01-31 22:31:07 +01:00
parent 73d6528c7f
commit 279f184abf

View File

@ -1,9 +1,10 @@
language: ruby
cache: bundler
rvm:
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
script:
- export RAILS_ENV=test
- bundle exec rake db:create db:migrate