d0ce99e59e
Fixes #288 Modifications: - call `make clean` explicitely to clean the workspace - add `make clean` to Travis instructions Signed-off-by: VirtualTam <virtualtam@flibidi.net>
13 lines
155 B
YAML
13 lines
155 B
YAML
sudo: false
|
|
language: php
|
|
php:
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
install:
|
|
- composer self-update
|
|
- composer install
|
|
script:
|
|
- make clean
|
|
- make test
|