commit doc based on php 5.6 build

This commit is contained in:
troosan 2017-09-14 00:12:29 +02:00
parent 0115fc3d91
commit 8b0ce2e936
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ echo "TRAVIS_REPO_SLUG: $TRAVIS_REPO_SLUG"
echo "TRAVIS_PHP_VERSION: $TRAVIS_PHP_VERSION"
echo "TRAVIS_PULL_REQUEST: $TRAVIS_PULL_REQUEST"
if [ "$TRAVIS_REPO_SLUG" == "PHPOffice/PHPWord" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_PHP_VERSION" == "5.5" ]; then
if [ "$TRAVIS_REPO_SLUG" == "PHPOffice/PHPWord" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then
echo -e "Publishing PHPDoc...\n"

View File

@ -115,7 +115,7 @@ class StylesTest extends \PHPUnit_Framework_TestCase
$this->assertNull($element);
}
function testFontStyleBasedOnOtherFontStyle()
public function testFontStyleBasedOnOtherFontStyle()
{
$phpWord = new PhpWord();