Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 008d26d

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /