From 6e513c6a22ec9a4ccc524533722674eb884dfaba Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 9 Jan 2018 20:49:20 -0600 Subject: [PATCH] Remove create database from travis before_script and force it to turn through artisan to test the creation code --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 45046d7c..51c32c5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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