From 9549a960b8049d59c18934516ea7a4c9ef8a0874 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 16 Mar 2013 17:43:08 +0000 Subject: [PATCH] First attempt at Travis Continuous integration builds --- .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 000000000..ecd39ab85 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: cpp +compiler: + - gcc + - clang +script: ./autogen.sh && ./configure && make