Update build to go 1.8.1

This commit is contained in:
Nick Craig-Wood 2017-04-25 08:10:36 +01:00
parent 1ccfea5aa9
commit b6517840ca

View File

@ -7,7 +7,7 @@ go:
- 1.5.4 - 1.5.4
- 1.6.4 - 1.6.4
- 1.7.4 - 1.7.4
- 1.8 - 1.8.1
- tip - tip
install: install:
- git fetch --unshallow --tags - git fetch --unshallow --tags
@ -24,11 +24,11 @@ matrix:
- go: tip - go: tip
include: include:
- os: osx - os: osx
go: 1.8 go: 1.8.1
deploy: deploy:
provider: script provider: script
script: make travis_beta script: make travis_beta
on: on:
branch: master branch: master
go: 1.8 go: 1.8.1
condition: "`uname` == 'Linux'" condition: "`uname` == 'Linux'"