This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/.travis.yml

7 lines
100 B
YAML
Raw Normal View History

2016-06-26 13:54:46 +02:00
language: php
php:
- '5.6'
- '7.0'
install:
- composer install
script: bin/phpunit.bat -c app