Skip to content

Commit f842117

Browse files
committed
Fix graphviz installation instruction
1 parent 68fa5c2 commit f842117

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ php:
44
- 7.0
55
- 7.1
66
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
7+
- sudo apt-add-repository ppa:dperry/ppa-graphviz-test
8+
- sudo apt-get update
9+
- sudo apt-get autoremove graphviz
10+
- sudo apt-get install graphviz
911

1012
before_script:
1113
- composer self-update

0 commit comments

Comments
 (0)