Skip to content

Commit

Permalink
Travis versions 33 - excluede php7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Jun 25, 2018
1 parent 7455906 commit 9737891
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cache:
- $HOME/.npm

php:
#- 7.0
- 7.0
- 7.2

env:
Expand All @@ -29,7 +29,14 @@ env:
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=master


matrix:
exclude:
- php: 7.2
env: DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
- php: 7.2
env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE

before_install:
- phpenv config-rm xdebug.ini
- nvm install 8.9
Expand Down

0 comments on commit 9737891

Please sign in to comment.