Skip to content

Commit 3714d4d

Browse files
committed
🔥 Remove TravisCI duplication
1 parent 4c34d8c commit 3714d4d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,18 @@ language: php
33
php:
44
- 5.6
55
- 7.0
6-
- 7.1
76
- 7.2
87

8+
env:
9+
matrix:
10+
- BUILD_DOCS=false
11+
912
matrix:
1013
fast_finish: false
1114
include:
12-
- php: 5.6
13-
env: BUILD_DOCS=false
14-
- php: 7.0
15-
env: BUILD_DOCS=false
1615
- php: 7.1
1716
env: BUILD_DOCS=true
18-
- php: 7.2
19-
env: BUILD_DOCS=false
17+
2018

2119
before_install:
2220
# Setup Git

0 commit comments

Comments
 (0)