Fix travis configuration
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / .travis.yml
index aa9018536dca8718d09cca5290026c44c0f61975..c631ee378a5b4eb0cfa413de680b5265177b2948 100644 (file)
@@ -1,4 +1,5 @@
 language: php
+sudo: false
 php:
   - 5.4
   - 5.3
@@ -9,4 +10,4 @@ before_script:
   - git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
 script:
   - find files -type f -name '*.php' |xargs -I file php -l file
-  - 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" files