From 605ad6efef2576dc57a218cf1055ee3745e010ff Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Sat, 22 Sep 2012 10:18:53 +0300 Subject: [PATCH] try without bzr on travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f381edf3a..489ce1f38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: go -before_install: sudo apt-get -q install bzr - branches: only: master