fix travis

This commit is contained in:
Robin Appelman 2017-02-22 17:07:51 +01:00
commit d609774b97
6 changed files with 11 additions and 39 deletions

View file

@ -4,8 +4,12 @@ php:
- '7.0'
- '7.1'
cache:
directories:
- $HOME/.composer/cache/files
install:
- composer install --dev --no-interaction
- composer install --no-interaction
script:
- cd tests