.travis.yml in workflow_kit-0.0.3.alpha vs .travis.yml in workflow_kit-0.0.4.alpha

- old
+ new

@@ -1,2 +1,5 @@ + +env: "RAILS_ENV=test" + before_script: - - "sh -c 'bundle & bundle exec rake db:drop db:migrate'" \ No newline at end of file + - "sh -c 'cd test_app && bundle && bundle exec rake db:drop db:migrate'"