From fc17813bd1888aeace1e74a15c10ba79043a87f8 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Sun, 17 Jan 2016 20:48:39 +0100 Subject: tests: add a make target to check file permissions Additions: - [makefile] check versioned files are not executable - [travis] call the new make target Signed-off-by: VirtualTam --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a3038c13..7408b2e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,5 @@ install: - composer install script: - make clean + - make check_permissions - make test -- cgit v1.2.3