From 86dec084e5c2c3d14749aa411e6cd901a848ee2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 20 Dec 2012 17:51:54 +0100 Subject: [PATCH] Add Travis Config --- .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..c25b47b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: php +php: + - 5.4 + - 5.3 +before_install: + - pear install pear/PHP_CodeSniffer + - phpenv rehash +before_script: + - git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF +script: + - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" files \ No newline at end of file