Skip to content
This repository was archived by the owner on Apr 30, 2019. It is now read-only.

Commit 491e2f5

Browse files
committed
Fix comments on .travis.yml
1 parent d9eb0f4 commit 491e2f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
sudo: false
22

3+
# Use the original Go 1.11 instead of the Go 1.11 installed by gimme.
4+
# It looks like gimme Go causes some errors on go-test for Wasm.
5+
36
install:
4-
- wget -O go.tar.gz https://dl.google.com/go/go1.11.linux-amd64.tar.gz # Install the original Go 1.11
7+
- wget -O go.tar.gz https://dl.google.com/go/go1.11.linux-amd64.tar.gz
58
- tar -C ~ -xzf go.tar.gz
69
- rm go.tar.gz
710
- export GOROOT=~/go

0 commit comments

Comments
 (0)