Skip to content

Commit a08b9f0

Browse files
committed
Update .travis.yml
1 parent 9794d43 commit a08b9f0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@ php:
66
- 5.5
77
- hhvm
88

9-
env:
10-
- SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.1"
11-
- SYMFONY_VERSION="2.*" GUZZLE_VERSION="3.1"
12-
- SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.*"
13-
- SYMFONY_VERSION="2.*" GUZZLE_VERSION="3.*"
14-
159
before_script:
16-
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
17-
- composer require guzzle/http:${GUZZLE_VERSION} --no-update
1810
- composer install -n --dev --prefer-source
1911

2012
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)