summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames O'Gorman <james@netinertia.co.uk>2015-02-27 21:33:19 +0000
committerJames O'Gorman <james@netinertia.co.uk>2015-02-27 21:33:19 +0000
commit11f687979ca75f673d6980796a5085f417c621b6 (patch)
tree1e5ee94b08035e0ffa28aed6b8427298a34d7464
parent911b670695b71ab3aca4eee8b00604cc990649d0 (diff)
Update Travis build configuration.
Install LWP to fix httpserver tests. Only attempt to build the master branch.
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
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