add travis-ci configuration

This commit is contained in:
wvengen 2013-07-24 13:21:52 +02:00
parent 62682b7e64
commit 6da2fdee6d
2 changed files with 20 additions and 0 deletions

View file

@ -38,6 +38,15 @@ namespace :foodsoft do
puts yellow "All done! Your foodcoft should be running smoothly."
start_server
end
namespace :setup do
desc "Initialize stock configuration"
task :stock_config do
setup_app_config
setup_development
setup_secret_token
end
end
end
def setup_bundler