mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
10 lines
166 B
YAML
10 lines
166 B
YAML
language: ruby
|
|
cache: bundler
|
|
rvm:
|
|
- 2.2.3
|
|
- 2.1.7
|
|
- 1.9.3
|
|
script:
|
|
- export RAILS_ENV=test
|
|
- bundle exec rake db:create db:migrate
|
|
- bundle exec rake test |