asciinema.org/script/cibuild.sh

7 lines
84 B
Bash
Raw Normal View History

2012-03-06 14:17:12 +00:00
#!/bin/bash
mkdir -p tmp
bundle install
bundle exec rake db:setup
2015-03-06 10:16:30 +00:00
bundle exec rake