add travis-ci configuration
This commit is contained in:
parent
62682b7e64
commit
6da2fdee6d
2 changed files with 20 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue