DesignPatternsPHP/.travis.yml

31 lines
349 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:
2013-08-31 09:53:09 +01:00
- 5.3
2013-05-16 09:06:24 +02:00
- 5.4
2013-08-31 09:53:09 +01:00
- 5.5
- 5.6
- 7.0
2014-02-04 10:52:35 -02:00
- hhvm
matrix:
allow_failures:
- php: hhvm
- php: 7.0
2014-02-04 10:52:35 -02:00
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
before_install:
- composer self-update
install:
- composer install --prefer-dist --no-interaction
script:
- vendor/bin/phpunit