From f5aaa16ca80b472a45e276ddc5d1ae5e0c534da8 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Fri, 10 Aug 2012 22:14:15 +0300 Subject: [PATCH] silent apt-get install for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fdf87af06..b635458ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go -before_install: sudo apt-get install bzr -qq +before_install: sudo apt-get -qq install bzr branches: only: master