Skip to content

Commit fa9b6fa

Browse files
author
Slavey Karadzhov
committed
Removed dependancy on unused package that was braking the unit tests.
Removed deprecated option from composer.
1 parent 234e6f1 commit fa9b6fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88
- 7.0
99

1010
install:
11-
- composer install --dev --prefer-source
11+
- composer install --prefer-source
1212

1313
before_script:
1414
- mkdir -p build/coverage

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"phpunit/phpunit" : "4.1.*",
3434
"fabpot/php-cs-fixer": "1.10.*",
3535
"zendframework/zendframework" : "~2.4",
36-
"satooshi/php-coveralls": "dev-master",
3736
"phpunit/phpcov": "2.0.*"
3837
},
3938
"autoload" : {

0 commit comments

Comments
 (0)