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

9 lines
153 B
YAML
Raw Normal View History

2016-06-26 13:54:46 +02:00
language: php
php:
- '5.6'
- '7.0'
install:
- composer install
2016-06-26 14:00:34 +02:00
script: bin/phpunit -c app
2016-06-27 21:43:36 +02:00
before_script: phpenv config-add .travis-php-config.ini