all: build on go1.8.3

This commit is contained in:
Taylor Blau 2017-05-24 16:04:20 -06:00
parent bf57f4eb8f
commit fc7f6a1a6a
2 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
# http://docs.travis-ci.com/user/languages/go/ # http://docs.travis-ci.com/user/languages/go/
language: go language: go
go: 1.8.1 go: 1.8.3
os: os:
- linux - linux

@ -8,7 +8,7 @@ clone_folder: $(GOPATH)\src\github.com\git-lfs\git-lfs
install: install:
- rd C:\Go /s /q - rd C:\Go /s /q
- cinst golang --version 1.8.1 -y - cinst golang --version 1.8.3 -y
- cinst InnoSetup -y - cinst InnoSetup -y
- refreshenv - refreshenv
- ps: | - ps: |