DesignPatternsPHP/.travis.yml

25 lines
287 B
YAML
Raw Normal View History

2013-05-16 09:06:24 +02:00
language: php
sudo: false
2013-05-16 09:06:24 +02:00
php:
- 7.0
- 7.1
2014-02-04 10:52:35 -02:00
matrix:
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
before_install:
- composer self-update
- composer validate
install:
- composer install --prefer-dist --no-interaction
script:
- vendor/bin/phpunit