Skip to content

Commit

Permalink
[tests] Add PHP 7.1.0alpha1 as target for CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrk committed Jun 13, 2016
1 parent 6e48250 commit 5cd854e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.5 - 5.5
- 5.6 - 5.6
- 7.0 - 7.0
- 7.1.0alpha1
- hhvm - hhvm
services: services:
- redis-server - redis-server
Expand All @@ -14,4 +15,5 @@ before_script:
matrix: matrix:
allow_failures: allow_failures:
- php: hhvm - php: hhvm
- php: 7.1.0alpha1
fast_finish: true fast_finish: true

0 comments on commit 5cd854e

Please sign in to comment.