mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-25 20:11:34 +00:00
7 lines
141 B
YAML
7 lines
141 B
YAML
|
language: ruby
|
||
|
rvm:
|
||
|
- 2.1.1
|
||
|
env:
|
||
|
- MYSQL_USERNAME=travis
|
||
|
script:
|
||
|
- RAILS_ENV=test bundle exec rake db:create db:migrate db:test:prepare
|