Skip to content

Commit ced7546

Browse files
committed
Added Travis-ci initial config
1 parent 624a07d commit ced7546

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.travis.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
language: php
2+
3+
php:
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
8+
9+
install:
10+
- cd guzzle_environments/${GUZZLE_VERSION}
11+
- composer install
12+
13+
script:
14+
- vendor/bin/phpunit -vvvv
15+
16+
env:
17+
- GUZZLE_VERSION=4
18+
- GUZZLE_VERSION=5
19+
- GUZZLE_VERSION=6
20+
21+
matrix:
22+
exclude:
23+
- php: 7.0
24+
env: GUZZLE_VERSION=4
25+
- php: 7.0
26+
env: GUZZLE_VERSION=5

0 commit comments

Comments
 (0)