We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a229e commit 85eca91Copy full SHA for 85eca91
.travis.yml
@@ -11,6 +11,7 @@ matrix:
11
- php: 5.6
12
- php: 7.0
13
- php: 7.1
14
+ - php: 7.2
15
- php: nightly
16
allow_failures:
17
@@ -20,10 +21,6 @@ before_install:
20
21
install:
22
- composer update --no-interaction
23
script:
- - ./vendor/bin/phpcs.phar --standard=PSR2 ./src -v
24
- - ./vendor/bin/phpcpd.phar ./src
25
- - ./vendor/bin/security-checker.phar security:check ./composer.lock --end-point=http://security.sensiolabs.org/check_lock
26
- - ./vendor/bin/phpmd.phar ./src text ./phpmd.xml
27
- ./vendor/bin/phpunit.phar --coverage-clover build/logs/clover.xml
28
after_success:
29
- ./vendor/bin/test-reporter
0 commit comments