Commit f226acc7
Changed files (1)
script
script/ci.sh
@@ -0,0 +1,8 @@
+#!/bin/bash -xl
+source ~/.bashrc
+cd .
+bundle install --without production
+cp config/database.yml.example config/database.yml
+#rake db:schema:load
+bundle exec rake db:migrate
+bundle exec rake spec --trace