fc17813bd1
Additions: - [makefile] check versioned files are not executable - [travis] call the new make target Signed-off-by: VirtualTam <virtualtam@flibidi.net>
15 lines
190 B
YAML
15 lines
190 B
YAML
sudo: false
|
|
language: php
|
|
php:
|
|
- 7.0
|
|
- 5.6
|
|
- 5.5
|
|
- 5.4
|
|
- 5.3
|
|
install:
|
|
- composer self-update
|
|
- composer install
|
|
script:
|
|
- make clean
|
|
- make check_permissions
|
|
- make test
|