0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

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

This commit is contained in:
David Goodwin 2018-12-29 21:49:24 +00:00
parent b2e814967f
commit d4ef211a19

View File

@ -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