| commit | e3bd141c705a6b574c5f4a5981a7556d2d03af22 | [log] [tgz] |
|---|---|---|
| author | Filippo Valsorda <hi@filippo.io> | Tue Feb 09 11:58:37 2016 +0000 |
| committer | Filippo Valsorda <hi@filippo.io> | Tue Feb 09 11:58:37 2016 +0000 |
| tree | d2d61db588a365c3c34207857a9c15ecf3debaf5 | |
| parent | ef9b63338a5fae07f22f87982690dce2b9d11608 [diff] |
travis: install bzr on OS X for launchpad.net tests
diff --git a/.travis.yml b/.travis.yml index 3c25dfb..2430b4a 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,7 +1,7 @@ language: go go: - - 1.5.2 + - 1.5.3 - 1.6rc2 - tip @@ -28,7 +28,5 @@ - GO15VENDOREXPERIMENT="1" install: - - true - -script: - - go test -v ./... + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install bazaar; fi