diff options
author | James Booth <boothj5@gmail.com> | 2015-05-31 23:35:52 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-31 23:35:52 +0100 |
commit | e372ff9c87abf57249934159c560757a376bfae6 (patch) | |
tree | db49215baf571a0d0693d7345069c0df2881aea4 | |
parent | b1481affa943a34655c5f23d379778801c41ce26 (diff) | |
download | profani-tty-e372ff9c87abf57249934159c560757a376bfae6.tar.gz |
Added microhttpd dependency for stabber
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4c96ccfa..417fbce6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ install: - sudo make install - cd ../.. - rm -rf cmocka-1.0.0 + - sudo apt-get install libmicrohttpd-dev - git clone git://github.com/boothj5/stabber.git - cd stabber - ./bootstrap.sh |