From: Adam Sutton Date: Mon, 4 Jan 2016 21:56:55 +0000 (+0000) Subject: build: add initial travis config X-Git-Tag: v4.2.1~1211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72434716ee6ee5bc721aed48d21e698e55f21324;p=thirdparty%2Ftvheadend.git build: add initial travis config --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..f6d236fbc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +# +# Basic Build Setup +# + +language: c +script: ./configure && make