Skip to content

Commit 0422549

Browse files
committed
Multiple Guzzle versions on Travis
1 parent 517e46c commit 0422549

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ php:
77
- 7.0
88
- hhvm
99

10+
matrix:
11+
fast_finish: true
12+
include:
13+
- php: 5.6
14+
env: GUZZLE_VERSION=4.*
15+
1016
before_install:
1117
# start a web server on port 8080, running in the background
1218
- bin/start_server.sh
1319

1420
before_script:
1521
- composer self-update
22+
- if [ "$GUZZLE_VERSION" != "" ]; then composer require "guzzlehttp/guzzle:${GUZZLE_VERSION}" --no-update; fi;
1623
- composer install --prefer-source
1724
- export LANG=C
1825
- export PATH=vendor/bin:$PATH

0 commit comments

Comments
 (0)