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
2016-06-27 21:43:36 +02:00

8 lines
153 B
YAML

language: php
php:
- '5.6'
- '7.0'
install:
- composer install
script: bin/phpunit -c app
before_script: phpenv config-add .travis-php-config.ini