Build with PHP 7.1
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / .travis.yml
index 87ce43b8b9a323154c61bdec312fea55e09fb82d..7f045fff1111f11c3a76257204f957a1e8728fff 100644 (file)
@@ -1,10 +1,10 @@
 language: php
 sudo: false
 php:
-  - 5.6
+  - 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