Skip to content

Commit 232190b

Browse files
committed
add missing test dependency to libsubunit
1 parent 3440549 commit 232190b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ compiler:
44
- clang
55
before_install:
66
- sudo apt-get update -qq
7-
- sudo apt-get install -qq check
7+
- sudo apt-get install -qq check libsubunit0-dev
88
script: autoreconf -i && ./configure && make && make check

0 commit comments

Comments
 (0)