1
0
mirror of synced 2024-11-22 05:16:07 +03:00

travis update

This commit is contained in:
Alex Lushpai 2016-04-14 22:28:55 +03:00
parent 0c213eac0e
commit 338452a169

View File

@ -1,6 +1,16 @@
language: php
cache:
directories:
- $HOME/.composer/cache
php:
- '5.4'
- '5.5'
- '5.6'
before_script:
- flags="--prefer-dist"
- composer install $flags
script: phpunit