Skip to content

Commit de5741d

Browse files
committed
#6 Java Version & Install GanttProject
1 parent 447fdfe commit de5741d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ before_script:
2121
## Packages
2222
- sudo apt-get -qq update > /dev/null
2323
- sudo apt-get -qq install graphviz > /dev/null
24-
- sudo apt-get install ganttproject
24+
## GanttProject
25+
- wget http://dl.ganttproject.biz/ganttproject-2.6.6/ganttproject_2.6.6-r1715-1_all.deb
26+
- sudo apt-get install ganttproject_2.6.6-r1715-1_all.deb
2527
## Composer
2628
- composer self-update
2729
- composer install --prefer-source --dev

0 commit comments

Comments
 (0)