Remove create database from travis before_script and force it to turn through artisan to test the creation code

This commit is contained in:
Nabeel Shahzad
2018-01-09 20:49:20 -06:00
parent f16748167b
commit 6e513c6a22

View File

@@ -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