minor #19700 [travis] Use PHP 7.0 until 7.1 is fixed (nicolas-grekas)

This PR was merged into the 2.7 branch.

Discussion
----------

[travis] Use PHP 7.0  until 7.1 is fixed

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Tests pass?   | let's see
| License       | MIT

Commits
-------

107a9e5 [travis] Use 7.0 until 7.1 is fixed
This commit is contained in:
Nicolas Grekas 2016-08-22 13:52:33 +02:00
commit 386e5e78b4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ matrix:
- php: 5.6
- php: 7.0
env: deps=high
- php: 7.1
- php: 7.0
env: deps=low
fast_finish: true