Skip to content

Commit f410506

Browse files
committed
matrix and script sections updated
1 parent 83dc1fd commit f410506

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
language: php
22
php:
3-
- 7.0.21
3+
- 7.0
44
- 7.1
55
- 7.2
66
- nightly
77

88
matrix:
99
allow_failures:
1010
- php: nightly
11-
- php: 7.2
1211

1312
before_script:
1413
- composer install
1514

1615
script:
17-
- phpunit
16+
- ./vendor/bin/phpstan analyse --level 7 src
17+
- ./vendor/bin/phpunit
18+
- ./vendor/bin/infection --min-msi=75 --min-covered-msi=75

0 commit comments

Comments
 (0)