aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--README3
-rw-r--r--README.md5
3 files changed, 9 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 75b6fc9..89dbf48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,7 @@ test/test_sanity.exe
test/test_tone
test/test_tone.exe
include/cubeb/cubeb-stdint.h
+test-suite.log
+test/test_sanity.log
+test/test_sanity.trs
+
diff --git a/README b/README
deleted file mode 100644
index feb141e..0000000
--- a/README
+++ /dev/null
@@ -1,3 +0,0 @@
-See INSTALL for build instructions.
-
-Licensed under an ISC-style license. See LICENSE for details.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7e942ae
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+[![Build Status](https://travis-ci.org/kinetiknz/cubeb.svg?branch=master)](https://travis-ci.org/kinetiknz/cubeb)
+
+See INSTALL for build instructions.
+
+Licensed under an ISC-style license. See LICENSE for details.