summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen <stephengroat@users.noreply.github.com>2017-01-21 17:15:44 -0800
committerErik de Castro Lopo <erikd@mega-nerd.com>2017-01-22 13:31:50 +1100
commit0c741d59489c718d1e0f86ce51646da42e87a860 (patch)
tree62a01b9fdec187cca265a023434d1a2f68614048
parentb3ece71334540aa35de30c821ae83acc1c503b01 (diff)
downloadflac-0c741d59489c718d1e0f86ce51646da42e87a860.tar.gz
Create .travis.yml
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Closes: https://github.com/xiph/flac/pull/28
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..a5bb068a
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: c
+compiler:
+ - gcc
+ - clang
+os:
+ - linux
+ - osx
+script:
+ - ./autogen.sh && ./configure && make && make check