Added travis config

Changed create schema timestamp to last update
This commit is contained in:
Luke Barratt 2014-03-25 17:48:29 +00:00
parent 5adf67ea1f
commit 9450500525
2 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View 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