travis.yml: ensure we have libaio-dev and numa dev libs
authorJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 03:38:59 +0000 (21:38 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 03:38:59 +0000 (21:38 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
.travis.yml

index 3bc833427c3a1e97c92b9533cb027dff8fef138a..9bef750f8a61535b30d1064e221d633fe9ae42e8 100644 (file)
@@ -2,3 +2,6 @@ language: c
 compiler:
   - clang
   - gcc
+before_install:
+  - sudo apt-get -qq update
+  - sudo apt-get install -y libaio-dev libnuma-dev