MyShaarli/.travis.yml

11 lines
120 B
YAML
Raw Normal View History

language: php
php:
- 5.6
- 5.5
- 5.4
install:
- composer self-update
- composer install
script:
- make test