Skip to content

Commit 9f18585

Browse files
committed
minor symfony#21033 use HHVM 3.15 to run tests (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- use HHVM 3.15 to run tests | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | For some reason, tests with the latest HHVM release fail on Travis CI. Neither do I have an idea why they are failing nor do I have the ability to trace the issue down so far to be able to open an issue for them. However, as tests pass with HHVM 3.15 I suggest that we use this version to run tests on Travis until we figure out the reason or tests pass again with a more recent release. Commits ------- a70b389 use HHVM 3.15 to run tests
2 parents 7fa18ba + a70b389 commit 9f18585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
matrix:
1919
include:
2020
# Use the newer stack for HHVM as HHVM does not support Precise anymore since a long time and so Precise has an outdated version
21-
- php: hhvm-stable
21+
- php: hhvm-3.15
2222
sudo: required
2323
dist: trusty
2424
group: edge

0 commit comments

Comments
 (0)