Build with PHP 7.1
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / .travis.yml
index 74da2f74da0f6d75a22473182bd4defb41de24ed..7f045fff1111f11c3a76257204f957a1e8728fff 100644 (file)
@@ -1,9 +1,10 @@
 language: php
+sudo: false
 php:
-  - 5.6
-  - 5.3
+  - 7.1
+  - 5.5
 before_install:
-  - pyrus install pear/PHP_CodeSniffer
+  - pear install pear/PHP_CodeSniffer
   - phpenv rehash
 before_script:
   - git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF