language: go go: - 1.7.5 - 1.8 - 1.8.1 - tip os: - linux - osx sudo: false install: - echo "skipping travis default" script: - make test-all