Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ed1fae3

Browse files
change php configuration for travis-ci
1 parent 36357eb commit ed1fae3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.travis.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ matrix:
66
include:
77
- php: 5.3
88
dist: precise
9-
10-
php:
11-
- 5.4
12-
- 5.6
13-
- 7.0
14-
- 7.1
15-
- 7.2
16-
- nightly
9+
- php: 5.4
10+
- php: 5.6
11+
- php: 7.0
12+
- php: 7.1
13+
- php: 7.2
14+
- php: nightly
1715

1816
cache:
1917
directories:

0 commit comments

Comments
 (0)