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 5ffa9cf commit 008d26dCopy full SHA for 008d26d
.travis.yml
@@ -4,6 +4,8 @@ sudo: false
4
5
matrix:
6
include:
7
+ - php: 7.1
8
+ env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=true
9
- php: 7.2
10
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=true
11
- php: 7.3
@@ -29,4 +31,4 @@ script:
29
31
30
32
after_script:
33
- if [ "$COLLECT_COVERAGE" == "true" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/clover.xml; fi
-- if [ "$VALIDATE_CODING_STYLE" == "true" ]; then composer phpcs; fi
34
+- if [ "$VALIDATE_CODING_STYLE" == "true" ]; then composer phpcs; fi
0 commit comments