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 d96d7c2 commit 2336735Copy full SHA for 2336735
.travis.yml
@@ -11,7 +11,6 @@ php:
11
- 7.0
12
- 7.1
13
- nightly
14
- - hhvm
15
16
## Build matrix for lowest and highest possible targets
17
matrix:
@@ -22,18 +21,12 @@ matrix:
22
21
env: dependencies=lowest
23
- php: nightly
24
25
- - php: hhvm
26
- env: dependencies=lowest
27
- php: 7.0
28
env: dependencies=highest
29
- php: 7.1
30
31
32
33
34
- env: dependencies=highest
35
- allow_failures:
36
37
38
## Install or update dependencies
39
install:
0 commit comments