mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-02 14:31:43 +00:00
Added travis config
Changed create schema timestamp to last update
This commit is contained in:
parent
5adf67ea1f
commit
9450500525
2 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 2.1.1
|
||||
env:
|
||||
- MYSQL_USERNAME=travis
|
||||
script:
|
||||
- RAILS_ENV=test bundle exec rake db:create db:migrate db:test:prepare
|
Loading…
Reference in a new issue