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 21, 2019
1 parent c619a5a commit 869df92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -33,6 +33,8 @@ before_script:

script:
- golangci-lint run ./...
- cd examples && golangci-lint run ./...
- cd ..
- 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 869df92

Please sign in to comment.