From: Christian Weiske Date: Thu, 23 Mar 2017 15:18:42 +0000 (+0100) Subject: Add configuration for travis-ci.org X-Git-Tag: v0.4.0~4 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/c9cb79e75768b722ee345d71ce6627fb79bd1b64 Add configuration for travis-ci.org --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3b7da9c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: php +sudo: false +php: + - 5.6 + - 7.0 + - 7.1 +install: + - pear install php_codesniffer + - phpenv rehash +script: + - phpcs