blob: a9c492d2feac51783cb736217262210ad16c7dfc [file] [log] [blame]
language: go
go:
- 1.5.3
- 1.6
- tip
matrix:
allow_failures:
- go: tip
sudo: false
os:
- linux
- osx
# ssh_known_hosts is broken on OS X, run ssh-keyscan manually instead
# See https://github.com/travis-ci/travis-ci/issues/5596
# addons:
# ssh_known_hosts:
# - bitbucket.org
before_install:
- ssh-keyscan -t rsa -T 30 -H bitbucket.org | tee -a $HOME/.ssh/known_hosts
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install bazaar; fi