zanders-php-markdown/.travis.yml
2018-04-05 22:28:26 -04:00

26 lines
317 B
YAML

language: php
sudo: false
cache:
directories:
- $HOME/.composer/
# Run tests against all these PHP versions
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- hhvm
before_script:
- composer install --prefer-dist
script:
- vendor/bin/phpunit --log-junit=phpunit.log
notifications:
email: false