Skip to content

Commit 1665453

Browse files
author
Stephan Wentz
committed
fix travis config
1 parent a9e4520 commit 1665453

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ php:
66
- 7
77
- hhvm
88

9-
before_install:
10-
- sudo apt-get update -qq
11-
- sudo apt-get install -y p7zip-full
12-
13-
before_script: composer install
9+
before_script: composer install
1410

1511
script: vendor/bin/phpunit -c tests --coverage-clover=coverage.clover
1612

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4.0",
15-
"symfony/http-foundation": "~2.3"
14+
"php": ">=5.4.0"
1615
},
1716
"require-dev": {
1817
"mikey179/vfsStream": "~1.2",

0 commit comments

Comments
 (0)