Skip to content

Commit

Permalink
MDL-69273 travis: Use exttests for https too
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Aug 17, 2020
1 parent 4f36e9d commit 6d8999e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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');" \
Expand Down

0 comments on commit 6d8999e

Please sign in to comment.