1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 10:38:50 +01:00

Improve Travis setup

This commit is contained in:
2015-01-05 10:11:42 +01:00
parent 4bcc7b0186
commit d12d3e0f3b

View File

@@ -1,4 +1,9 @@
language: ruby
cache: bundler
rvm:
- 2.1.5
- 1.9.3
script:
- export RAILS_ENV=test
- bundle exec rake db:create db:migrate
- bundle exec rake db:test:prepare