Skip to content

Commit

Permalink
Add HHVM to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ptarjan authored and fabpot committed Dec 27, 2013
1 parent 6387fc4 commit e03b05e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm

env:
- TWIG_EXT=no
Expand All @@ -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

0 comments on commit e03b05e

Please sign in to comment.