Update testing golang version to 1.7.2

This commit is contained in:
Cristian Maglie
2016-10-22 22:17:56 +02:00
parent b93c8f2fea
commit 04302f262c

View File

@@ -1,7 +1,7 @@
language: go
go:
- 1.4.2
- 1.7.2
go_import_path: go.bug.st/serial.v1
@@ -21,8 +21,6 @@ matrix:
- env: TEST_OS=dragonfly TEST_ARCH=amd64
before_install:
# bootstrap go tools for the specific OS/Arch
- ( cd $GOROOT/src; GOOS=$TEST_OS GOARCH=$TEST_ARCH ./make.bash )
script:
- GOARM=5 GO386=387 GOOS=$TEST_OS GOARCH=$TEST_ARCH go get golang.org/x/sys/windows