8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3086fd3 commit 96b9f9aCopy full SHA for 96b9f9a
.travis.yml
@@ -18,18 +18,10 @@ env:
18
matrix:
19
include:
20
# 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
+ - php: hhvm-stable
22
sudo: required
23
dist: trusty
24
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
32
- env: deps=low
33
fast_finish: true
34
35
cache:
@@ -40,6 +32,7 @@ cache:
40
services: mongodb
41
42
before_install:
+ - ls ~/.phpenv/versions/
43
36
- stty cols 120
44
37
- PHP=$TRAVIS_PHP_VERSION
45
38
# Matrix lines for intermediate PHP versions are skipped for pull requests
0 commit comments