Skip to content

Commit 008d26d

Browse files
authored
Update .travis.yml
1 parent 5ffa9cf commit 008d26d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ sudo: false
44

55
matrix:
66
include:
7+
- php: 7.1
8+
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=true
79
- php: 7.2
810
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=true
911
- php: 7.3
@@ -29,4 +31,4 @@ script:
2931

3032
after_script:
3133
- 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
32-
- if [ "$VALIDATE_CODING_STYLE" == "true" ]; then composer phpcs; fi
34+
- if [ "$VALIDATE_CODING_STYLE" == "true" ]; then composer phpcs; fi

0 commit comments

Comments
 (0)