Remove create database from travis before_script and force it to turn through artisan to test the creation code
This commit is contained in:
@@ -19,8 +19,8 @@ services:
|
||||
addons:
|
||||
ssh_known_hosts: phpvms.net
|
||||
|
||||
before_install:
|
||||
- mysql -e 'CREATE DATABASE IF NOT EXISTS phpvms;'
|
||||
#before_install:
|
||||
# - mysql -e 'CREATE DATABASE IF NOT EXISTS phpvms;'
|
||||
|
||||
before_script:
|
||||
- cp .travis/env.travis.php env.php
|
||||
|
||||
Reference in New Issue
Block a user