Skip to content

Commit f7ff658

Browse files
authored
Update .travis.yml
1 parent 7c244d5 commit f7ff658

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
@@ -1,5 +1,7 @@
11
# TravisCI configuration for szepeviktor/phpstan-wordpress
22

3+
if: "branch = master"
4+
35
language: "php"
46
os:
57
- "linux"
@@ -23,6 +25,6 @@ install:
2325

2426
script:
2527
- "composer test:syntax -- --no-progress"
26-
- "composer test:phpunit"
28+
- "composer test:phpunit -- --verbose"
2729
- "composer test:cs -- -s"
2830
- "composer test:phpstan -- --ansi --memory-limit=1G --no-progress"

0 commit comments

Comments
 (0)