We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d24327b + d0ef96c commit c494f4aCopy full SHA for c494f4a
.travis.yml
@@ -18,7 +18,7 @@ env:
18
- "PHP=7.0 DB=mysql SUITE=behat BROWSER=firefox"
19
- "PHP=7.0 DB=mariadb SUITE=behat BROWSER=firefox"
20
install:
21
- - git clone --branch v3.3.0 --depth 1 git://github.com/moodle/moodle $HOME/moodle
+ - git clone --branch v3.3.5 --depth 1 git://github.com/moodle/moodle $HOME/moodle
22
- cp config.docker-template.php $HOME/moodle/config.php
23
- export MOODLE_DOCKER_DB=$DB
24
- export MOODLE_DOCKER_BROWSER=$BROWSER
0 commit comments