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

Update Travis ruby versions

This commit is contained in:
Philipp Fischbeck 2017-11-23 14:08:09 +01:00
parent 8888af3793
commit 5c41656a63

View File

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