Skip to content

Commit 85eca91

Browse files
committed
Reduce testing scripts and activate PHP 7.2 for TravisCI
1 parent 48a229e commit 85eca91

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ matrix:
1111
- php: 5.6
1212
- php: 7.0
1313
- php: 7.1
14+
- php: 7.2
1415
- php: nightly
1516
allow_failures:
1617
- php: nightly
@@ -20,10 +21,6 @@ before_install:
2021
install:
2122
- composer update --no-interaction
2223
script:
23-
- ./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
2724
- ./vendor/bin/phpunit.phar --coverage-clover build/logs/clover.xml
2825
after_success:
2926
- ./vendor/bin/test-reporter

0 commit comments

Comments
 (0)