Cleanup of database reset and cleanup

This commit is contained in:
Nabeel Shahzad
2017-07-13 13:45:59 -05:00
parent 81667a0184
commit 9b573709e9
9 changed files with 119 additions and 57 deletions
+6 -2
View File
@@ -5,10 +5,14 @@ php:
- '7.1'
# - hhvm
services:
- mysql
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS phpvms;'
before_script:
#- cp .env.travis .env
- cp .env.travis .env
#- mysql -e 'create database phpvms_test;'
- composer self-update
- make build