From 98a7755b37624f6e02e175e47b005245affa201b Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 20 May 2015 10:55:16 -0700 Subject: Add minimal travis continuous intregration config. Call configure and distcheck which should verify all the things we have automation for. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml 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 -- cgit v1.2.1