Skip to content

Commit

Permalink
Ensure test database exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
scull7 committed Feb 4, 2018
1 parent da447c2 commit 547613e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ node_js:
cache: yarn
services:
- mysql
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'

0 comments on commit 547613e

Please sign in to comment.