1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-07-01 08:10:54 +02:00
alltube/.travis.yml

10 lines
122 B
YAML
Raw Normal View History

2015-08-30 01:40:31 +02:00
language: php
php:
- 5.4
- 5.5
- 5.6
install:
- composer install
- npm install
script: phpunit tests/