Update travis to go 1.10

pull/390/head
Wim 7 years ago
parent 78238c85d4
commit 4fed720f97

@ -1,7 +1,7 @@
language: go
go:
#- 1.7.x
- 1.9.x
- 1.10.x
# - tip
# we have everything vendored

@ -1,5 +1,5 @@
#!/bin/bash
go version |grep go1.9 || exit
go version |grep go1.10 || exit
VERSION=$(git describe --tags)
mkdir ci/binaries
GOOS=windows GOARCH=amd64 go build -ldflags "-s -w -X main.githash=$(git log --pretty=format:'%h' -n 1)" -o ci/binaries/matterbridge-$VERSION-windows-amd64.exe

Loading…
Cancel
Save