Commit f226acc7

mo k <mo@mokhan.ca>
2013-02-09 06:40:09
add ci shell script
1 parent 126a87c
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