MDL-69273 travis: Use exttests for https too

This commit is contained in:
Andrew Nicols
2020-08-18 10:59:13 +02:00
committed by Eloy Lafuente (stronk7)
parent 99a8358b85
commit bd1eaea02b
+2
View File
@@ -174,7 +174,9 @@ before_script:
# Enable test external resources
sed -i \
-e "/require_once/i \\define('TEST_EXTERNAL_FILES_HTTP_URL', 'http://127.0.0.1:8080');" \
-e "/require_once/i \\define('TEST_EXTERNAL_FILES_HTTPS_URL', 'http://127.0.0.1:8080');" \
config.php ;
# Redis cache store tests
sed -i \
-e "/require_once/i \\define('TEST_CACHESTORE_REDIS_TESTSERVERS', '127.0.0.1');" \