Skip to content

Commit

Permalink
added PHP 7 nightly to the test matrix and HHVM nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Feb 27, 2015
1 parent 6b434f4 commit a1295e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,12 @@ php:
- 5.5
- 5.6
- hhvm
- nightly
- hhvm-nightly

allow_failures:
- php: nightly
- php: hhvm-nightly

env:
- TWIG_EXT=no
Expand All @@ -20,3 +26,7 @@ matrix:
exclude:
- php: hhvm
env: TWIG_EXT=yes
- php: hhvm-nightly
env: TWIG_EXT=yes
- php: nightly
env: TWIG_EXT=yes

0 comments on commit a1295e9

Please sign in to comment.