summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2015-05-20 10:55:16 -0700
committerRalph Giles <giles@mozilla.com>2015-05-20 11:23:22 -0700
commit98a7755b37624f6e02e175e47b005245affa201b (patch)
tree97fa1651e58e4d71f735892a7e8d351958579b51 /.travis.yml
parent1837844310a5c4107d06e9a0bad17d2f66deccd6 (diff)
downloadogg-git-98a7755b37624f6e02e175e47b005245affa201b.tar.gz
Add minimal travis continuous intregration config.
Call configure and distcheck which should verify all the things we have automation for.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1b3fba8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: c
+script:
+ - ./autogen.sh
+ - ./configure
+ - make distcheck