Fix travis script global env

This commit is contained in:
Bartek Fabiszewski 2017-09-05 09:42:25 +02:00
parent d67d342dfb
commit 80dfc10916

View File

@ -6,12 +6,13 @@ php:
- 7.0
env:
- DB_HOST="localhost"
- DB_NAME="ulogger"
- DB_USER="ulogger"
- DB_PASS="secret2"
- DB_PORT=8081
- ULOGGER_URL="http://127.0.0.1:8080"
global:
- DB_HOST=localhost
- DB_NAME=ulogger
- DB_USER=ulogger
- DB_PASS=secret2
- DB_PORT=8081
- ULOGGER_URL="http://127.0.0.1:8080"
services:
- docker