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:
|
addons:
|
||||||
ssh_known_hosts: phpvms.net
|
ssh_known_hosts: phpvms.net
|
||||||
|
|
||||||
before_install:
|
#before_install:
|
||||||
- mysql -e 'CREATE DATABASE IF NOT EXISTS phpvms;'
|
# - mysql -e 'CREATE DATABASE IF NOT EXISTS phpvms;'
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cp .travis/env.travis.php env.php
|
- cp .travis/env.travis.php env.php
|
||||||
|
|||||||
Reference in New Issue
Block a user