Skip to content

Commit

Permalink
Remove MySQL database creation call (#214)
Browse files Browse the repository at this point in the history
* Remove MySQL database creation call

* Add missing manifest.js file

* Wrong config folder...
  • Loading branch information
Josh Buker authored Nov 27, 2019
1 parent 8d2d0a5 commit deb8a46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ rvm:

gemfile:
- Gemfile

before_script:
- mysql -e 'create database sorcery_test;'
1 change: 1 addition & 0 deletions spec/rails_app/app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit deb8a46

Please sign in to comment.