Add build description for travis continuous integration service.
authorstopiccot <alexey.petruchik@gmail.com>
Wed, 20 May 2015 17:16:01 +0000 (20:16 +0300)
committerRalph Giles <giles@mozilla.com>
Sun, 31 May 2015 17:05:43 +0000 (10:05 -0700)
Signed-off-by: Ralph Giles <giles@thaumas.net>
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..b302ea2
--- /dev/null
@@ -0,0 +1,8 @@
+language: c
+sudo: required
+before_install:
+  - sudo apt-get install -y libogg-dev
+script:
+  - ./autogen.sh
+  - ./configure
+  - make distcheck
\ No newline at end of file