mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
travis: add PHP 7.2
This commit is contained in:
committed by
Jaap van Otterdijk
parent
dad79320b3
commit
e223aa704a
+2
-9
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user