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.
2 parents 54d6276 + 3616efd commit a0391a9Copy full SHA for a0391a9
.travis.yml
@@ -5,16 +5,23 @@ matrix:
5
- php: nightly
6
include:
7
- php: 5.3
8
+ dist: precise
9
- php: 5.4
10
+ dist: trusty
11
- php: 5.5
12
13
- php: 5.6
14
15
- php: 7.0
16
17
- php: 7.1
18
19
- php: hhvm
20
dist: trusty
21
- php: hhvm-nightly
22
23
24
25
26
before_script:
27
- bash tests/before_script.sh
0 commit comments