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