Skip to content

Commit

Permalink
CI: travis: add (redundant for now, but...) libglib2.0-dev prerequisite
Browse files Browse the repository at this point in the history
We want to run every and each test we can, without reliance on
transitive deoendencies and environment "invariants".

Signed-off-by: Jan Pokorný <[email protected]>
  • Loading branch information
jnpkrn committed Jun 5, 2019
1 parent 577246a commit bec6285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ addons:
packages:
- check
- splint
# for ipc.test:test_ipc_dispatch_*_deadlock_provoke
- libglib2.0-dev # natively present, but doesn't hurt
# for "make rpm"
- doxygen
- rpm
Expand Down

0 comments on commit bec6285

Please sign in to comment.