Parcourir la source

Re-add PHP 7 and HHVM to travis config

Yannick Warnier il y a 10 ans
Parent
commit
2226bfe321
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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