Skip to content

Commit

Permalink
Merge b59191e into 3abdfb3
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Dec 22, 2021
2 parents 3abdfb3 + b59191e commit d420670
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Expand Up @@ -2,16 +2,12 @@ language: php

matrix:
include:
- php: 5.6
env: TESTS=1
- php: 7.0
env: TESTS=1
- php: 7.1
env: TESTS=1 PHPCS=1
- php: 7.2
env: COVERAGE=1
- php: 7.3
env: TESTS=1
- php: 7.4
env: COVERAGE=1
- php: 8.0
env: TESTS=1 PHPCS=1

before_script:
- composer install --prefer-dist
Expand Down

0 comments on commit d420670

Please sign in to comment.