minor #22891 [travis] Fix 3/4 cross tests (nicolas-grekas)

This PR was merged into the 3.4 branch.

Discussion
----------

[travis] Fix 3/4 cross tests

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | needs #22892
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

I just realized that using 7.0 to run deps=high test prevents loading 4.0 versions of deps.

Commits
-------

6311be7 [travis] Fix 3/4 cross tests
This commit is contained in:
Nicolas Grekas 2017-05-25 07:55:04 +02:00
commit a6d173cf9d

View File

@ -26,9 +26,9 @@ matrix:
group: edge
- php: 5.5
- php: 5.6
- php: 7.0
env: deps=high
- php: 7.1
env: deps=high
- php: 7.0
env: deps=low
fast_finish: true