From: Daniel Axtens Date: Sun, 26 Apr 2015 15:18:21 +0000 (+1000) Subject: Run tests on Travis CI with .travis.yml X-Git-Tag: 1.9.9-b1~879^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6%2Fhead;p=thirdparty%2Fzlib-ng.git Run tests on Travis CI with .travis.yml Signed-off-by: Daniel Axtens --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..94ef7488 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: c +compiler: + - gcc + - clang +script: ./configure && make && make check