We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43af260 commit 339492fCopy full SHA for 339492f
.travis.yml
@@ -25,6 +25,20 @@ jobs:
25
26
- stage: Smoke Testing
27
php: "7.3"
28
+ env:
29
+ - CHECKS=phpunit
30
+ - stage: Smoke Testing
31
+ php: "7.1"
32
+ before_install: []
33
+ before_script:
34
+ - pecl install -f mongodb-${DRIVER_VERSION}
35
+ - composer require --no-update doctrine/coding-standard=^6.0
36
+ - composer install --no-interaction --no-progress --no-suggest ${COMPOSER_OPTIONS}
37
+ script: vendor/bin/phpcs
38
+ after_script: []
39
+ after_failure: []
40
41
+ - CHECKS=phpcs
42
43
# Test remaining supported PHP versions
44
- stage: Test
0 commit comments