Skip to content

Commit

Permalink
MOODLE_36_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Dec 2, 2018
1 parent a246a00 commit f2b877e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ cache:
- $HOME/.npm

php:
- 7.1
- 7.2

env:
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
- DB=mysqli MOODLE_BRANCH=master
- DB=mariadb MOODLE_BRANCH=MOODLE_34_STABLE
- DB=mariadb MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mariadb MOODLE_BRANCH=MOODLE_36_STABLE
- DB=mariadb MOODLE_BRANCH=master

before_install:
Expand Down

0 comments on commit f2b877e

Please sign in to comment.