Skip to content

Commit

Permalink
[Travis-CI] Add PHP 7 nightly and HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed May 6, 2015
1 parent 515cf62 commit 8ee3ef2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -5,4 +5,11 @@ php:
- 5.4
- 5.5
- 5.6
- 7
- hhvm
matrix:
fast_finish: true
allow_failures:
- php: 7
- php: hhvm
script: ./.travis.sh

0 comments on commit 8ee3ef2

Please sign in to comment.