1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00
Files
projekteuler/.travis.yml
2020-05-08 16:44:23 +02:00

16 lines
281 B
YAML

dist: trusty
language: ruby
cache: bundler
rvm:
- 2.7
- 2.6
- 2.5
bundler_args: --without production
before_install:
- yes | gem update --system --force
- gem install bundler
script:
- export RAILS_ENV=test
- bundle exec rake db:schema:load
- bundle exec rake test