travis: add PHP 7.2

This commit is contained in:
TomasVotruba
2017-11-12 21:23:54 +01:00
committed by Jaap van Otterdijk
parent dad79320b3
commit e223aa704a
+2 -9
View File
@@ -1,22 +1,15 @@
language: php
dist: trusty
php:
- 7.0
- 7.1
- nightly
matrix:
allow_failures:
- php:
- nightly
- 7.2
cache:
directories:
- $HOME/.composer/cache
before_script:
install:
- composer install --no-interaction
script: