Skip to content

Commit 68fa5c2

Browse files
committed
Add graphviz installation instruction
1 parent 3c60e8b commit 68fa5c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.6
64
- 7.0
75
- 7.1
6+
before_install:
7+
- wget http://204.178.9.49/pub/graphviz/stable/ubuntu/ub13.10/x86_64/graphviz_2.38.0-1~saucy_amd64.deb
8+
- sudo dpkg -i graphviz_2.38.0-1~saucy_amd64.deb
89

910
before_script:
1011
- composer self-update

0 commit comments

Comments
 (0)