Skip to content

Commit 4eee174

Browse files
Travis Fix
1 parent 123bfd8 commit 4eee174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ConfigTest_Config extends PHPUnit_Framework_TestCase
88

99
protected function setUp()
1010
{
11-
if(getenv('TRAVIS') {
11+
if(getenv('TRAVIS')) {
1212
$this->base_path = '/home/travis/build/sendgrid/php-http-client/';
1313
} else {
1414
$this->base_path = basename(__DIR__).'../..';

0 commit comments

Comments
 (0)