File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ before_script:
2121 # # Packages
2222 - sudo apt-get -qq update > /dev/null
2323 - sudo apt-get -qq install graphviz > /dev/null
24- # # GanttProject
25- - wget http://dl.ganttproject.biz/ganttproject-2.6.6/ganttproject_2.6.6-r1715-1_all.deb
26- - sudo dpkg -i ganttproject_2.6.6-r1715-1_all.deb
2724 # # Composer
2825 - composer self-update
2926 - composer install --prefer-source --dev
@@ -44,9 +41,6 @@ script:
4441 - ./vendor/bin/phploc src/
4542 # # PHPDocumentor
4643 - ./vendor/bin/phpdoc -q -d ./src -t ./build/docs --template="responsive-twig"
47- # # GanttProject
48- - ganttproject -export png -o tests/PhpProject/resources/Sample_01_Simple.gan
49- - cat /home/travis/.ganttproject.d/.ganttproject*.log
5044
5145after_script :
5246 # # PHPDocumentor
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function save ($pFilename)
6969 $ oXML = new XMLWriter (XMLWriter::STORAGE_DISK );
7070 $ oXML ->startDocument ('1.0 ' , 'UTF-8 ' );
7171 // project
72- $ oXML ->startElement ('projectAA ' );
72+ $ oXML ->startElement ('project ' );
7373 if (isset ($ arrProjectInfo ['date_start ' ]) && $ arrProjectInfo ['date_start ' ] != 0 ) {
7474 $ oXML ->writeAttribute ('view-date ' , date ('Y-m-d ' , $ arrProjectInfo ['date_start ' ]));
7575 }
You can’t perform that action at this time.
0 commit comments