Update testing golang version to 1.7.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.4.2
|
- 1.7.2
|
||||||
|
|
||||||
go_import_path: go.bug.st/serial.v1
|
go_import_path: go.bug.st/serial.v1
|
||||||
|
|
||||||
@@ -21,8 +21,6 @@ matrix:
|
|||||||
- env: TEST_OS=dragonfly TEST_ARCH=amd64
|
- env: TEST_OS=dragonfly TEST_ARCH=amd64
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# bootstrap go tools for the specific OS/Arch
|
|
||||||
- ( cd $GOROOT/src; GOOS=$TEST_OS GOARCH=$TEST_ARCH ./make.bash )
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- GOARM=5 GO386=387 GOOS=$TEST_OS GOARCH=$TEST_ARCH go get golang.org/x/sys/windows
|
- GOARM=5 GO386=387 GOOS=$TEST_OS GOARCH=$TEST_ARCH go get golang.org/x/sys/windows
|
||||||
|
|||||||
Reference in New Issue
Block a user