Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a67cb58
)
MDL-69273 travis: Use exttests for https too
author
Andrew Nicols
<andrew@nicols.co.uk>
Mon, 17 Aug 2020 23:47:59 +0000
(07:47 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Mon, 17 Aug 2020 23:50:48 +0000
(07:50 +0800)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
bf4ed4c
..
27ee681
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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');" \