minor #1294 Add HHVM to build matrix (ptarjan)

This PR was squashed before being merged into the 1.15-dev branch (closes #1294).

Discussion
----------

Add HHVM to build matrix

Now that HHVM can run your project, lets keep it that way

Commits
-------

e03b05e Add HHVM to build matrix
This commit is contained in:
Fabien Potencier
2013-12-27 15:12:46 +01:00
+6
View 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