diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2015-09-24 21:54:02 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2015-09-24 21:54:02 +0200 |
commit | 83ab6e51c36f88d24fd3e55fd99a08756cc12fc9 (patch) | |
tree | efbd05e27b31a8aec01ac75a92868346c89a1efc /.travis.yml | |
parent | 668bf2079f30e5df8f78974ebee2194d873f50ac (diff) |
travis: switch to libnl-genl-3-dev
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ae04847..4fdfa5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ addons: - libyajl-dev - libasound2-dev - libpulse-dev - - libiw-dev + - libnl-genl-3-dev - asciidoc # xmlto pulls in a2x which we need for generating manpages from asciidoc. - xmlto |