Skip to content

Commit

Permalink
ci: test against Go 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
myitcv committed May 3, 2019
1 parent edcf4d6 commit 495102c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

environment:
NVM_VERSION: v0.33.11
GO_VERSION: go1.12.1
GO_VERSION: go1.12.4
NODE_VERSION: 10.13.0

steps:
Expand Down Expand Up @@ -81,5 +81,7 @@ jobs:
- run: diff -u <(echo "github.com/gopherjs/gopherjs/compiler/natives") <(go list ./compiler/natives/...)
- run: gopherjs install -v net/http
- run: gopherjs test --minify -v --short github.com/gopherjs/gopherjs/tests/... $(go list std | grep -v -x -f .std_test_pkg_exclusions)
- run: go test -v ./...
- run:
command: go test -v ./...
no_output_timeout: 60m
- run: gopherjs test -v fmt

0 comments on commit 495102c

Please sign in to comment.