Skip to content
Prev Previous commit
Next Next commit
[master] update travis file
  • Loading branch information
annadamm-check24 committed Mar 4, 2024
commit a367931b2e8a4bb373e7a4c3e6600cf0898423dd
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
- 8.1
- 8.2
- 8.3
- hhvm

cache:
Expand All @@ -22,8 +20,7 @@ before_script:
- composer install --dev --prefer-source

script:
- ./vendor/bin/phpunit --coverage-clover=coverage.clover
- ./vendor/bin/phpcs --standard=PSR2 src
- composer check

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down