travis: Use gimme instead of curl, because we're netizens.
This commit is contained in:
parent
781aac7897
commit
6500b59e42
|
@ -15,4 +15,5 @@ before_install:
|
|||
- sudo apt-get install -qq nodejs
|
||||
- echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/3.12.1 main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
|
||||
- sudo apt-get install -qq mono-complete
|
||||
- curl -s https://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz | sudo tar -C /usr/local -xzf -
|
||||
- eval "$(sudo gimme 1.6.2)"
|
||||
- go version ; go env
|
||||
|
|
Loading…
Reference in New Issue