only build with php7.2; run composer build etc (travis)

pull/229/head
David Goodwin 6 years ago
parent b2e814967f
commit d4ef211a19

@ -1,8 +1,6 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
cache:
directories:
@ -13,5 +11,5 @@ before_script:
- composer install
script:
- composer check-format
- composer build

Loading…
Cancel
Save