diff options
author | Thomas Haller <thaller@redhat.com> | 2020-04-16 15:09:03 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2020-04-16 15:17:10 (GMT) |
commit | 846d2880079cd3fe3819a9126428b0e2dd4a384c (patch) | |
tree | 0da75a1aaa589ab5787c281110236e582c44f845 | |
parent | d64a0ecb6d37700ca6d756bed7470a12e4f70daa (diff) | |
download | libnl-846d2880079cd3fe3819a9126428b0e2dd4a384c.zip libnl-846d2880079cd3fe3819a9126428b0e2dd4a384c.tar.gz libnl-846d2880079cd3fe3819a9126428b0e2dd4a384c.tar.bz2 |
travis: install "check" in travis
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index efc8ae5..682162f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,11 @@ compiler: - gcc - clang +addons: + apt: + packages: + - check + before_install: script: ./.travis/run.sh |