update ci

This commit is contained in:
Maximilian Ruta 2019-06-25 15:31:13 +02:00
parent 3c9adde39c
commit 8ff42d927b
2 changed files with 2 additions and 1 deletions

View file

@ -1,10 +1,10 @@
language: php
php:
- '7.0'
- '7.1'
- '7.2'
- nightly
install:
- sudo pecl install yaml
- travis_retry composer update --no-interaction --no-suggest
- cd tests; git clone git@github.com:netzbegruenung/green-directory.git

View file

@ -11,6 +11,7 @@
],
"require": {
"ext-yaml": "*",
"php": ">=7.1",
"jms/serializer": "^3.0",
"psr/cache": "^1.0"
},