update for travis

This commit is contained in:
Nabeel Shahzad
2017-06-20 15:20:40 -05:00
parent 3f83e1bf3d
commit 11b3ec349b
2 changed files with 8 additions and 5 deletions

View File

@@ -1,12 +1,15 @@
APP_ENV=testing
APP_ENV=dev
APP_KEY=base64:ve66Z5Kt/zTN3p++0zOPu854PHfZkwJE5VuoFAlzHtI=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
APP_SETTINGS_STORE=json
DB_CONNECTION=testing
DB_CONNECTION=local
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
CACHE_DRIVER=array
SESSION_DRIVER=array
QUEUE_DRIVER=sync

View File

@@ -7,7 +7,7 @@ php:
before_script:
#- cp .env.travis .env
- cp .env.example .env
- cp .env.travis .env
#- mysql -e 'create database phpvms_test;'
- composer self-update
- make build