Merge branch 'MDL-52595-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Dan Poltawski 2015-12-23 11:29:01 +00:00
commit c39cc37d5c

View file

@ -58,6 +58,9 @@ cache:
- $HOME/.composer/cache
install:
# Disable xdebug. We aren't generating code coverage, and it has a huge impact upon test performance.
- rm /home/travis/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
# Set the encrypted GITHUB_TOKEN if it's available to raise the API limit.
- if [ -n "$GITHUB_APITOKEN" ]; then composer config github-oauth.github.com $GITHUB_APITOKEN; fi