Files
slim-views-blade/.travis.yml

14 lines
164 B
YAML
Raw Permalink Normal View History

2017-01-11 10:28:43 +09:00
language: php
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- hhvm
- nightly
before_script: composer install
script: phpunit --configuration phpunit.xml.dist