Skip to content
Snippets Groups Projects
.travis.yml 121 B
Newer Older
Ryan Smith's avatar
Ryan Smith committed
language: php
php:
    - 5.5
    - 5.6
    - 7.0
install: composer install --no-interaction
Ryan Smith's avatar
Ryan Smith committed
script: ./vendor/bin/phpunit