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
Tim Schumacher 4645703de4 Added a travis file
Ticket #28
2016-06-26 13:54:46 +02:00

7 lines
No EOL
100 B
YAML

language: php
php:
- '5.6'
- '7.0'
install:
- composer install
script: bin/phpunit.bat -c app