summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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