Skip to content

Commit 6cc3387

Browse files
Andreas Frömericanhazstring
authored andcommitted
Update travis build
Signed-off-by: Andreas Frömer <[email protected]>
1 parent 67e0c85 commit 6cc3387

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: php
22
php:
3-
- 7.1
3+
- 7.2
4+
- 7.3
5+
- 7.4
46

57
sudo: false
68

@@ -16,6 +18,7 @@ before_script:
1618
- mkdir -p build/logs
1719

1820
script:
21+
- composer analyse
1922
- composer cs
2023
- composer test -- --coverage-clover=build/logs/clover.xml --coverage-text
2124
- 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./vendor/bin/test-reporter; fi'

0 commit comments

Comments
 (0)