From 0fad9b0c8c9d4bc44a403dbe571582e352ae7a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 20 Dec 2012 18:16:32 +0100 Subject: [PATCH] Fix Travis Config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c25b47b..42f983f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ before_install: 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 + - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" file