Skip to content

Commit

Permalink
fix minor
Browse files Browse the repository at this point in the history
  • Loading branch information
afiqiqmal committed Jun 2, 2018
1 parent 7fbeaa7 commit a1af1e4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_script:
- composer dumpautoload

script:
- phpunit --coverage-clover=coverage.xml
- phpunit --verbose --coverage-clover=coverage.xml

after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"name": "Hafiq",
"email": "hafiqiqmal@gmail.com",
"homepage": "https://github.com/Afiqiqmal"
"homepage": "https://github.com/afiqiqmal"
}
],
"require": {
Expand Down
1 change: 0 additions & 1 deletion src/Tracker/DHL.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function getHeader()
{
return [
'User-Agent' => PARCEL_USER_AGENT,
'Accept-Encoding' => 'gzip',
'Accept' => 'application/json'
];
}
Expand Down
1 change: 0 additions & 1 deletion src/Tracker/DHLCommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function getHeader()
{
return [
'User-Agent' => PARCEL_USER_AGENT,
'Accept-Encoding' => 'gzip',
'Accept' => 'application/json'
];
}
Expand Down

0 comments on commit a1af1e4

Please sign in to comment.