From 4a513876d0ba987601100ff05ecf9c43447d8258 Mon Sep 17 00:00:00 2001 From: sk-5 Date: Fri, 7 Aug 2015 12:56:28 -0700 Subject: [PATCH] further trys --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d63f276..1c206b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ compiler: before_install: - ./autogen.sh +script: ./configure && make && make install + branches: only: - master