projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6387fc4
)
Add HHVM to build matrix
author
Paul Tarjan
<github@paulisageek.com>
Fri, 13 Dec 2013 19:31:03 +0000 (11:31 -0800)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Fri, 27 Dec 2013 14:12:45 +0000 (15:12 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
8569a39
..
a8d71c2
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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