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

Commit d9eb0f4

Browse files
committed
Use the original Go on TravisCI
1 parent da79cc8 commit d9eb0f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
language: go
2-
31
sudo: false
42

5-
go:
6-
- "1.11"
7-
83
install:
4+
- wget -O go.tar.gz https://dl.google.com/go/go1.11.linux-amd64.tar.gz # Install the original Go 1.11
5+
- tar -C ~ -xzf go.tar.gz
6+
- rm go.tar.gz
7+
- export GOROOT=~/go
8+
- export PATH=$GOROOT/bin:$PATH
99
- nvm install node
1010
- nvm use node
1111
- mkdir /tmp/work

0 commit comments

Comments
 (0)