From 80dfc109167cc15d5d54446b8b6290de85afca0d Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Tue, 5 Sep 2017 09:42:25 +0200 Subject: [PATCH] Fix travis script global env --- .travis.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6afa12a..9bf0f10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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