From 11f687979ca75f673d6980796a5085f417c621b6 Mon Sep 17 00:00:00 2001 From: James O'Gorman Date: Fri, 27 Feb 2015 21:33:19 +0000 Subject: Update Travis build configuration. Install LWP to fix httpserver tests. Only attempt to build the master branch. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7bce4d7a..62a92d00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,13 @@ language: cpp +branches: + only: + - master compiler: - gcc - clang +before_install: + - sudo apt-get update -qq + - sudo apt-get install -qq libwww-perl script: - ./bootstrap - ./configure -- cgit v1.2.3