From b0c0a04f88416be87bff3f6ea9963295e69e50e9 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Mon, 11 Jul 2016 18:58:23 +0200 Subject: Add build script to check syntax of php files. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4369807..d0eac46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,6 @@ php: - 5.6 - 7.0 - hhvm + +script: + - ./scripts/cibuild.sh -- cgit v1.2.3