8000 [travis] Debug HHVM failures · symfony/symfony@96b9f9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 96b9f9a

Browse files
[travis] Debug HHVM failures
1 parent 3086fd3 commit 96b9f9a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,10 @@ 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-3.12
21+
- php: hhvm-stable
2222
sudo: required
2323
dist: trusty
2424
group: edge
25-
- php: 5.3
26-
- php: 5.4
27-
- php: 5.5
28-
- php: 5.6
29-
- php: 7.0
30-
env: deps=high
31-
- php: 7.0
32-
env: deps=low
3325
fast_finish: true
3426

3527
cache:
@@ -40,6 +32,7 @@ cache:
4032
services: mongodb
4133

4234
before_install:
35+
- ls ~/.phpenv/versions/
4336
- stty cols 120
4437
- PHP=$TRAVIS_PHP_VERSION
4538
# Matrix lines for intermediate PHP versions are skipped for pull requests

0 commit comments

Comments
 (0)
0