added install bzr requirement for travis

This commit is contained in:
Radu Ioan Fericean
2012-08-08 19:48:21 +03:00
parent b205a52d60
commit e9d6f95926

View File

@@ -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