Merge branch '2.1'
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / .travis.yml
index 8ba1d9943cdfe04c450c088ec27e29b1810d203b..87ce43b8b9a323154c61bdec312fea55e09fb82d 100644 (file)
@@ -1,13 +1,13 @@
 language: php
 sudo: false
 php:
-  - 7.1
-  - 5.3
+  - 5.6
+  - 5.5
 before_install:
-  - pyrus install pear/PHP_CodeSniffer-2.9.0
+  - pyrus install pear/PHP_CodeSniffer
   - phpenv rehash
 before_script:
-  - git clone --branch=2.0 --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
+  - 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