Commit c5fabd12 authored by Fabien Potencier's avatar Fabien Potencier

minor #1315 Fix env variable in travis.yaml (danez)

This PR was merged into the 1.3 branch.

Discussion
----------

Fix env variable in travis.yaml

SYMFONY_DEPS_VERSION=3 was never evaluated correctly as the before_scripts are comparing with 3.0
The tests were still installing 3.0, as minimumStability=dev, but maybe it is nice fixing that.

Commits
-------

7c3c8d72 Fix env variable in travis.yaml
parents e6f4cdea 7c3c8d72
......@@ -29,6 +29,6 @@ matrix:
- php: 5.6
env: SYMFONY_DEPS_VERSION=2.8
- php: 5.6
env: SYMFONY_DEPS_VERSION=3
env: SYMFONY_DEPS_VERSION=3.0
- php: 7.0
- php: hhvm
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment