From 172517165a15c7498893c7cf013f98c141647a30 Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Tue, 10 Jul 2012 22:52:36 -0700 Subject: [PATCH] Keeping Erlang with diagnostics. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c259d13..0e3859e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: erlang before_install: - - sudo apt-get install bzr >/dev/null 2>&1 + - dpkg -l 'go*' || true + - which go || true + - locate go || true + - false install: - hg clone -u release https://code.google.com/p/go "${HOME}/go" >/dev/null 2>&1