Skip to content

Commit 06343a8

Browse files
committed
Updated Travis-ci config
1 parent ced7546 commit 06343a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ php:
55
- 5.5
66
- 5.6
77
- 7.0
8+
- 7.1
9+
- hhvm
810

911
install:
1012
- cd guzzle_environments/${GUZZLE_VERSION}
@@ -20,7 +22,13 @@ env:
2022

2123
matrix:
2224
exclude:
25+
- php: 5.4
26+
env: GUZZLE_VERSION=6
2327
- php: 7.0
2428
env: GUZZLE_VERSION=4
2529
- php: 7.0
2630
env: GUZZLE_VERSION=5
31+
- php: 7.1
32+
env: GUZZLE_VERSION=4
33+
- php: 7.1
34+
env: GUZZLE_VERSION=5

0 commit comments

Comments
 (0)