Skip to content

Commit d45775f

Browse files
author
Jordan Hoff
committed
Adding graphviz to travis
1 parent ea3cb30 commit d45775f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ env:
99
- COMPOSER_FLAGS="--prefer-lowest"
1010
- COMPOSER_FLAGS=""
1111

12+
before_install:
13+
- sudo apt-get update
14+
- sudo apt-get install -y graphviz
15+
1216
before_script:
1317
- travis_retry composer self-update
1418
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

0 commit comments

Comments
 (0)