1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-30 04:19:30 +01:00
PHP-Parser/.travis.yml
Dmitry Patsura 6f3fd7834a Specify phpunit dev dependency in composer.json
And use it for the travis build.
2015-09-20 21:17:42 +08:00

20 lines
222 B
YAML

language: php
sudo: false
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
- hhvm
install: composer install --prefer-source
matrix:
allow_failures:
- php: nightly
fast_finish: true
script: vendor/bin/phpunit