statify-blacklist/.travis.yml
Stefan Kalscheuer d82de3547b Update Composer and Travis config
PHPUnit and PHPCS test execution is now available using Composer.
2017-12-03 12:49:41 +01:00

13 lines
148 B
YAML

language: php
dist: trusty
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '7.2'
before_script:
- composer install
script:
- composer test-all