Explorar o código

Re-add PHP 7 and HHVM to travis config

Yannick Warnier %!s(int64=10) %!d(string=hai) anos
pai
achega
2226bfe321
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -4,6 +4,8 @@ php:
   - 5.4
   - 5.5
   - 5.6
+  - hhvm
+  - 7
 
 before_install:
   - sudo apt-get update -qq