We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9794d43 commit a08b9f0Copy full SHA for a08b9f0
.travis.yml
@@ -6,15 +6,7 @@ php:
6
- 5.5
7
- hhvm
8
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
-
15
before_script:
16
- - composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
17
- - composer require guzzle/http:${GUZZLE_VERSION} --no-update
18
- composer install -n --dev --prefer-source
19
20
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
0 commit comments