From a1af1e46068811014236c73d1e858c65a01f6bf8 Mon Sep 17 00:00:00 2001 From: Hafiq Date: Sun, 3 Jun 2018 05:33:35 +0800 Subject: [PATCH] fix minor --- .travis.yml | 2 +- composer.json | 2 +- src/Tracker/DHL.php | 1 - src/Tracker/DHLCommerce.php | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 111b654..cbf2833 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) \ No newline at end of file diff --git a/composer.json b/composer.json index 3337cf2..7277fff 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ { "name": "Hafiq", "email": "hafiqiqmal@gmail.com", - "homepage": "https://github.com/Afiqiqmal" + "homepage": "https://github.com/afiqiqmal" } ], "require": { diff --git a/src/Tracker/DHL.php b/src/Tracker/DHL.php index 7aa7387..3817d12 100644 --- a/src/Tracker/DHL.php +++ b/src/Tracker/DHL.php @@ -30,7 +30,6 @@ public function getHeader() { return [ 'User-Agent' => PARCEL_USER_AGENT, - 'Accept-Encoding' => 'gzip', 'Accept' => 'application/json' ]; } diff --git a/src/Tracker/DHLCommerce.php b/src/Tracker/DHLCommerce.php index 6083455..0e6f5fa 100644 --- a/src/Tracker/DHLCommerce.php +++ b/src/Tracker/DHLCommerce.php @@ -30,7 +30,6 @@ public function getHeader() { return [ 'User-Agent' => PARCEL_USER_AGENT, - 'Accept-Encoding' => 'gzip', 'Accept' => 'application/json' ]; }