From c9cb79e75768b722ee345d71ce6627fb79bd1b64 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 23 Mar 2017 16:18:42 +0100 Subject: [PATCH 1/1] Add configuration for travis-ci.org --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml 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 -- 2.30.2