Skip to content

Commit

Permalink
Merge pull request #93 from stronk7/phpcs3_phpunit85
Browse files Browse the repository at this point in the history
Fix comment in .travis.yml
  • Loading branch information
sarjona authored Oct 28, 2020
2 parents 7d9cdbe + 8f4d1f0 commit c0d12b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
env: MOODLE_BRANCH=MOODLE_38_STABLE DB=pgsql
- php: 7.1
env: MOODLE_BRANCH=MOODLE_37_STABLE DB=mysqli
- php: 7.1
env: MOODLE_BRANCH=MOODLE_33_STABLE DB=mysqli
- php: 7.1
env: MOODLE_BRANCH=MOODLE_32_STABLE DB=pgsql NODE_VERSION=8.9

# Cannot test with PHP 7.1 any more because we are now using the :void return type-
# Note that, still, it will works, it's just the phpunit tests which cannot
# Cannot test with Moodle 3.2 and 3.3 any more because the new composer 2
# does require all components to be named properly (case-sensitively) and
# those branches have phpunit/Dbunit, failing. See MDL-64725.

# Cannot test with PHP 7.0 any more because we are now using the :void return type.
# Note that, still, the plugin will work ok, it's just the phpunit tests which cannot
# be executed with that PHP versions.

before_install:
Expand Down

0 comments on commit c0d12b9

Please sign in to comment.