Add .travis.yml
authorJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 03:31:48 +0000 (21:31 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 03:31:48 +0000 (21:31 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..3bc8334
--- /dev/null
@@ -0,0 +1,4 @@
+language: c
+compiler:
+  - clang
+  - gcc