Skip to content

Commit 3f93699

Browse files
committed
Travis update to create test database at runtime
1 parent 9d34207 commit 3f93699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ before_install:
2828
fi
2929
"
3030
- mysqld --version
31+
- mysql -u root -e "CREATE DATABASE IF NOT EXISTS test"
3132
os:
3233
- linux
3334
rvm:

0 commit comments

Comments
 (0)