php7-mysql-data/Kapitel_10/Lektion_5/vendor/sebastian/code-unit-reverse-lookup/.travis.yml

17 lines
211 B
YAML
Raw Normal View History

2016-08-16 21:20:53 +02:00
language: php
php:
- 5.6
- 7.0
sudo: false
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
script: ./vendor/bin/phpunit
notifications:
email: false