From 59e8d77f0db6488471276d228766474cbdce3b51 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Tue, 7 Jan 2020 23:32:59 +0100 Subject: [PATCH] fixing env variables in tests --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a81481..b8614c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,7 @@ node_js: - '12' - '13' env: - - MYSQL_HOST='localhost' MYSQL_PASSWORD='' MYSQL_USERNAME='root' MYSQL_DATABASE='pigallery2_test' - - Server-port=35000 + - Server-port=35000 MYSQL_HOST='localhost' MYSQL_PASSWORD='' MYSQL_USERNAME='root' MYSQL_DATABASE='pigallery2_test' services: - mysql addons: