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:
21
21
# # Packages
22
22
- sudo apt-get -qq update > /dev/null
23
23
- 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
27
24
# # Composer
28
25
- composer self-update
29
26
- composer install --prefer-source --dev
@@ -44,9 +41,6 @@ script:
44
41
- ./vendor/bin/phploc src/
45
42
# # PHPDocumentor
46
43
- ./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
50
44
51
45
after_script :
52
46
# # PHPDocumentor
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function save ($pFilename)
69
69
$ oXML = new XMLWriter (XMLWriter::STORAGE_DISK );
70
70
$ oXML ->startDocument ('1.0 ' , 'UTF-8 ' );
71
71
// project
72
- $ oXML ->startElement ('projectAA ' );
72
+ $ oXML ->startElement ('project ' );
73
73
if (isset ($ arrProjectInfo ['date_start ' ]) && $ arrProjectInfo ['date_start ' ] != 0 ) {
74
74
$ oXML ->writeAttribute ('view-date ' , date ('Y-m-d ' , $ arrProjectInfo ['date_start ' ]));
75
75
}
You can’t perform that action at this time.
0 commit comments