Skip to content

Commit 7447b2c

Browse files
committed
Update travis
1 parent 6c80b56 commit 7447b2c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
4+
- 5.6
5+
- 7.0
6+
- 7.1
7+
- hhvm
78

89
env:
9-
- SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.1"
10-
- SYMFONY_VERSION="2.*" GUZZLE_VERSION="3.1"
11-
- SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.*"
12-
- SYMFONY_VERSION="2.*" GUZZLE_VERSION="3.*"
10+
- SYMFONY_VERSION="2.1"
11+
- SYMFONY_VERSION="2.*"
12+
- SYMFONY_VERSION="3.0"
13+
- SYMFONY_VERSION="3.*"
1314

1415
before_script:
1516
- composer self-update
1617
- composer --version
1718
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
18-
- composer require guzzle/http:${GUZZLE_VERSION} --no-update
1919

2020
script: composer install -n --dev --prefer-source

0 commit comments

Comments
 (0)