Add HHVM to build matrix
authorPaul Tarjan <github@paulisageek.com>
Fri, 13 Dec 2013 19:31:03 +0000 (11:31 -0800)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 27 Dec 2013 14:12:45 +0000 (15:12 +0100)
.travis.yml

index 8569a39..a8d71c2 100644 (file)
@@ -5,6 +5,7 @@ php:
   - 5.3
   - 5.4
   - 5.5
+  - hhvm
 
 env:
   - TWIG_EXT=no
@@ -13,3 +14,8 @@ env:
 before_script:
   - if [ "$TWIG_EXT" == "yes" ]; then sh -c "cd ext/twig && phpize && ./configure --enable-twig && make && sudo make install"; fi
   - if [ "$TWIG_EXT" == "yes" ]; then echo "extension=twig.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`; fi
+
+matrix:
+  exclude:
+    - php: hhvm
+      env: TWIG_EXT=yes