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 e7b4e4a commit f62c879Copy full SHA for f62c879
.travis.yml
@@ -32,7 +32,7 @@ install:
32
33
script:
34
- composer check-code
35
- - if [ "$TRAVIS_PHP_VERSION" >= "8.0" ]; then composer test-cov; else composer test; fi
+ - if [ "$TRAVIS_PHP_VERSION" == "8.0" ]; then composer test-cov; else composer test; fi
36
37
after_script:
38
- - if [ "$TRAVIS_PHP_VERSION" >= "8.0" ]; then composer test-cov-upload; fi
+ - if [ "$TRAVIS_PHP_VERSION" == "8.0" ]; then composer test-cov-upload; fi
0 commit comments