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