Browse Source

new 3.1 branch - split from master.

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

2
.travis.yml

@ -13,9 +13,7 @@ php:
env: env:
matrix: matrix:
- DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE - DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE - DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE
- DB=mysqli MOODLE_BRANCH=master
before_install: before_install:
- phpenv config-rm xdebug.ini - phpenv config-rm xdebug.ini

Loading…
Cancel
Save