reduce testing to just linting

pull/242/head
David Goodwin 5 years ago
parent 54cb34cceb
commit 006b622db9

@ -3,6 +3,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
cache:
directories:
@ -13,5 +14,5 @@ before_script:
- composer install
script:
- composer check-format
- composer lint

Loading…
Cancel
Save