Skip to content

Commit

Permalink
Run golangci-lint on examples
Browse files Browse the repository at this point in the history
Resolves #531 and Resolves #470
  • Loading branch information
Sean-Der committed Mar 20, 2019
1 parent dd711e1 commit 72819df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -33,6 +33,7 @@ before_script:

script:
- golangci-lint run ./...
- cd examples && golangci-lint run ./...
- rm -rf examples # Remove examples, no test coverage for them
- go test -coverpkg=$(go list ./... | tr '\n' ',') -coverprofile=cover.out -v -race -covermode=atomic ./...
- GOOS=js GOARCH=wasm go test -exec="./test-wasm/go_js_wasm_exec" -v .
Expand Down

0 comments on commit 72819df

Please sign in to comment.