DesignPatternsPHP/.travis.yml

20 lines
248 B
YAML
Raw Normal View History

2013-05-16 09:06:24 +02:00
language: php
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
2014-02-04 10:52:35 -02:00
- hhvm
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
2013-05-16 09:12:28 +02:00
branches:
only:
2013-05-16 09:19:02 +02:00
- master
2014-02-04 10:52:35 -02:00
matrix:
allow_failures:
- php: hhvm
fast_finish: true