Skip to content

Commit

Permalink
donotmerge: travis: try fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emidoots committed Jun 30, 2019
1 parent f1ecb08 commit 8e15258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_script:
- cd $TRAVIS_BUILD_DIR
script:
# Fetch dependencies.
- go get -t -v ./...
#- go get -t -v ./...
- GO111MODULE=on go get -v ./...

# Consult Go fmt to ensure consistent code style.
Expand All @@ -34,7 +34,7 @@ script:
- GOOS=js GOARCH=wasm golangci-lint run --build-tags 'js wasm' --exclude 'exported .* should have comment .*or be unexported' ./prop/... ./style/... # https://github.com/gopherjs/vecty/issues/227

# Test with Go compiler (under amd64 and wasm architectures) and GopherJS compiler.
- go test -race ./...
#- go test -race ./...
- GOOS=js GOARCH=wasm go test -exec="$(go env GOROOT)/misc/wasm/go_js_wasm_exec" ./... # https://github.com/golang/go/wiki/WebAssembly#executing-webassembly-with-nodejs
- gopherjs test ./...

Expand Down

0 comments on commit 8e15258

Please sign in to comment.