From 0c7f6241e59b3e29a88a7bda189d8f6d274c4234 Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Fri, 12 Dec 2014 17:22:35 -0800 Subject: Adds Travis Cl support to test the code automatically. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..93013b8b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: cpp +script: ./autogen.sh && ./configure && make distcheck +notifications: + email: false -- cgit v1.2.3