We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5721f5 commit 99d0454Copy full SHA for 99d0454
.travis.yml
@@ -3,6 +3,7 @@ language: go
3
go:
4
- 1.9.x
5
- 1.10.x
6
+ - 1.11beta2
7
script: make check_generated test
8
9
after_success:
@@ -19,4 +20,6 @@ deploy:
19
20
script: curl -sL https://git.io/goreleaser | bash
21
on:
22
tags: true
- condition: $TRAVIS_GO_VERSION =~ ^1\.10\.
23
+ # it's important to build on the newest version of go:
24
+ # - go1.11 type checking properly supports _wasm.go file, without that golangci-lint won't compile program with go 1.11 env
25
+ condition: $TRAVIS_GO_VERSION =~ ^1\.11
0 commit comments