Skip to content

Commit

Permalink
refs #3323 exclude static png graph tests in travis-ci until I can se…
Browse files Browse the repository at this point in the history
…t-up travis-ci gd version on my box
  • Loading branch information
julienmoumne committed Apr 9, 2013
1 parent 5cb694e commit efa5344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPUnit/BaseFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public static function canImagesBeIncludedInScheduledReports()
return
stristr(php_uname(), self::IMAGES_GENERATED_ONLY_FOR_OS) &&
version_compare(phpversion(), self::IMAGES_GENERATED_FOR_PHP, '>=') &&
stristr($gdInfo['GD Version'], self::IMAGES_GENERATED_FOR_GD);
$gdInfo['GD Version'] == self::IMAGES_GENERATED_FOR_GD;
}

public static $geoIpDbUrl = 'http://piwik-team.s3.amazonaws.com/GeoIP.dat.gz';
Expand Down

0 comments on commit efa5344

Please sign in to comment.