Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-ws-transport
Commits
b4f38ccd
Commit
b4f38ccd
authored
Dec 06, 2019
by
Steven Allen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ci/go-1.13'
parents
3098bba5
4259aa9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+2
-2
No files found.
.travis.yml
View file @
b4f38ccd
...
...
@@ -12,9 +12,9 @@ env:
# disable travis install
install
:
# Manually download and install Go 1.1
2
instead of using gimme.
# Manually download and install Go 1.1
3
instead of using gimme.
# It looks like gimme Go causes some errors on go-test for Wasm.
-
wget -O go.tar.gz https://dl.google.com/go/go1.1
2.10
.linux-amd64.tar.gz
-
wget -O go.tar.gz https://dl.google.com/go/go1.1
3.4
.linux-amd64.tar.gz
-
tar -C ~ -xzf go.tar.gz
-
rm go.tar.gz
-
export GOROOT=~/go
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment