Skip to content

Commit

Permalink
Fixed CI build failure.
Browse files Browse the repository at this point in the history
Fixed a failure in a GeoIP unit test, found while reviewing moodlehq#79
  • Loading branch information
scara committed Mar 19, 2018
1 parent d24327b commit d0ef96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
- "PHP=7.0 DB=mysql SUITE=behat BROWSER=firefox"
- "PHP=7.0 DB=mariadb SUITE=behat BROWSER=firefox"
install:
- 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
- cp config.docker-template.php $HOME/moodle/config.php
- export MOODLE_DOCKER_DB=$DB
- export MOODLE_DOCKER_BROWSER=$BROWSER
Expand Down

0 comments on commit d0ef96c

Please sign in to comment.