language: go sudo: false osx_image: xcode7.3 os: - linux - osx go: - 1.5.4 - 1.6.2 - tip install: - make build_dep script: - make check - make quicktest