From e9d6f95926f0ed3bbc87d9f8efc530c73046eee2 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Wed, 8 Aug 2012 19:48:21 +0300 Subject: [PATCH] added install bzr requirement for travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb37f9149..4bc41896a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: go +before_install: sudo apt-get install bzr -qq + branches: only: master @@ -13,5 +15,4 @@ notifications: on_success: change on_failure: always -after_script: - ./build_and_test.sh +after_script: ./build_and_test.sh