Skip to content

Commit

Permalink
.cirrus.yml: Add more debug information about the execution environment.
Browse files Browse the repository at this point in the history
Also remove the GOPROXY env variable as it now defaults to proxy.golang.org.
  • Loading branch information
xiaq committed Apr 3, 2020
1 parent 50c41a4 commit 541266d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
env:
GOPROXY: https://proxy.golang.org
ELVISH_TEST_UI_TIMEOUT: 5s
test_task:
modules_cache:
Expand All @@ -10,11 +9,13 @@ test_task:
image: golang:latest
- windows_container:
image: golang:latest
env_script: cd; set
- osx_instance:
image: catalina-base
setup_script: brew install go
- freebsd_instance:
image_family: freebsd-12-1
setup_script: pkg install -y go
env_script: go env
env_script: pwd; env
go_env_script: go env
test_script: go test ./...

0 comments on commit 541266d

Please sign in to comment.