Skip to content

Commit

Permalink
Update Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Syxton committed May 10, 2018
1 parent 81e882e commit 2b93618
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cache:
- $HOME/.composer/cache

php:
- 5.6
- 7.0

matrix:
Expand All @@ -19,10 +18,8 @@ env:
- IGNORE_PATHS=tinymce/js

matrix:
- DB=pgsql MOODLE_BRANCH=MOODLE_29_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_29_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=master

before_install:
- phpenv config-rm xdebug.ini
Expand Down

0 comments on commit 2b93618

Please sign in to comment.