diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-07-11 18:58:23 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-07-11 18:58:23 +0200 |
commit | b0c0a04f88416be87bff3f6ea9963295e69e50e9 (patch) | |
tree | bdd4cde71d521f7383b00c214fb06bdde285f609 /.travis.yml | |
parent | 6aceee36e5c1bb548b0f0f23ee3b51bd325c3a7f (diff) |
Add build script to check syntax of php files.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |