magallanes/.travis.yml

13 lines
122 B
YAML
Raw Normal View History

2017-01-01 05:45:43 +01:00
language: php
php:
- '5.5'
- '5.6'
- '7.0'
- '7.1'
install:
2017-01-01 05:59:30 +01:00
- composer install
2017-01-01 05:45:43 +01:00
script:
2017-01-01 05:59:30 +01:00
- vendor/bin/phpunit