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

11 lines
168 B
YAML

language: ruby
cache: bundler
rvm:
- 2.6
- 2.5
- 2.4
- 2.3
script:
- export RAILS_ENV=test
- bundle exec rake db:create db:migrate
- bundle exec rake test