From 0c741d59489c718d1e0f86ce51646da42e87a860 Mon Sep 17 00:00:00 2001 From: Stephen Date: Sat, 21 Jan 2017 17:15:44 -0800 Subject: [PATCH] Create .travis.yml Signed-off-by: Erik de Castro Lopo Closes: https://github.com/xiph/flac/pull/28 --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml 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 -- GitLab