diff --git a/.travis.yml b/.travis.yml index fdf1afc..7b682ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,14 @@ sudo: required language: go dist: trusty + osx_image: xcode9 os: - linux - osx notifications: email: false go: - - 1.8 + - 1.8.1 before_install: # work-around for issue https://github.com/travis-ci/travis-ci/issues/6307 # might not be necessary in the future