From 075be180fe4e9287136a5acbd8365c44642ae046 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Tue, 16 Sep 2014 11:03:36 +1000 Subject: [PATCH] travis debugging --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f54334f..9faf618 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ compiler: - gcc before_install: - sudo apt-get install libcap2-bin + - sudo apt-get install traceroute + - traceroute google.com install: - ci/build-1-autotools.sh - curl -L http://cpanmin.us | perl - --sudo App::cpanminus