Skip to content

Commit 9794d43

Browse files
committed
Add hhvm to tests, remove composer update
1 parent 4b2b4d3 commit 9794d43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7+
- hhvm
78

89
env:
910
- SYMFONY_VERSION="2.1" GUZZLE_VERSION="3.1"
@@ -12,8 +13,6 @@ env:
1213
- SYMFONY_VERSION="2.*" GUZZLE_VERSION="3.*"
1314

1415
before_script:
15-
- composer self-update
16-
- composer --version
1716
- composer require symfony/http-foundation:${SYMFONY_VERSION} --no-update
1817
- composer require guzzle/http:${GUZZLE_VERSION} --no-update
1918
- composer install -n --dev --prefer-source

0 commit comments

Comments
 (0)