diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-03-20 16:46:15 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-03-20 16:46:15 -0700 |
commit | 4eee1741cdb36ba508fb019770768fbd14f4cafc (patch) | |
tree | 7dcb3a74160c980360e4b8a2c532d5c6d4bfa164 /test | |
parent | 123bfd855e51a5d7dfd5014886c712cb2d112f16 (diff) | |
download | php-http-client-4eee1741cdb36ba508fb019770768fbd14f4cafc.zip php-http-client-4eee1741cdb36ba508fb019770768fbd14f4cafc.tar.gz php-http-client-4eee1741cdb36ba508fb019770768fbd14f4cafc.tar.bz2 |
Travis Fix
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/ConfigTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/ConfigTest.php b/test/unit/ConfigTest.php index c9ab0db..3ad84f2 100644 --- a/test/unit/ConfigTest.php +++ b/test/unit/ConfigTest.php @@ -8,7 +8,7 @@ class ConfigTest_Config extends PHPUnit_Framework_TestCase protected function setUp() { - if(getenv('TRAVIS') { + if(getenv('TRAVIS')) { $this->base_path = '/home/travis/build/sendgrid/php-http-client/'; } else { $this->base_path = basename(__DIR__).'../..'; |