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 language: php
dist: trusty
php: php:
- 7.0 - 7.0
- 7.1 - 7.1
- nightly - 7.2
matrix:
allow_failures:
- php:
- nightly
cache: cache:
directories: directories:
- $HOME/.composer/cache - $HOME/.composer/cache
before_script: install:
- composer install --no-interaction - composer install --no-interaction
script: script: