Skip to content

Commit c494f4a

Browse files
authored
Merge pull request #82 from scara/master-fix-MDL-61169
Fixed CI build failure.
2 parents d24327b + d0ef96c commit c494f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
- "PHP=7.0 DB=mysql SUITE=behat BROWSER=firefox"
1919
- "PHP=7.0 DB=mariadb SUITE=behat BROWSER=firefox"
2020
install:
21-
- git clone --branch v3.3.0 --depth 1 git://github.com/moodle/moodle $HOME/moodle
21+
- git clone --branch v3.3.5 --depth 1 git://github.com/moodle/moodle $HOME/moodle
2222
- cp config.docker-template.php $HOME/moodle/config.php
2323
- export MOODLE_DOCKER_DB=$DB
2424
- export MOODLE_DOCKER_BROWSER=$BROWSER

0 commit comments

Comments
 (0)