alltube/.travis.yml

10 lines
122 B
YAML

language: php
php:
- 5.4
- 5.5
- 5.6
install:
- composer install
- npm install
script: phpunit tests/