1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 20:04:51 +01:00
file/.travis.yml
Daniel Lowrey 6c77d381a7 add travis
2015-07-18 15:10:28 -04:00

10 lines
121 B
YAML

language: php
php:
- 5.5
- 5.6
- 7.0
before_script:
- composer install
sudo: false
script:
- vendor/bin/phpunit