Browse Source

Use sudo: true to get around travis ci bug with builds timing out.

MOODLE_31_STABLE
Dan Marsden 8 years ago
parent
commit
2b116a43b9
  1. 2
      .travis.yml

2
.travis.yml

@ -1,6 +1,6 @@
language: php
sudo: false
sudo: true
cache:
directories:

Loading…
Cancel
Save