travis: Use gimme instead of curl, because we're netizens.

This commit is contained in:
Wolfgang Johannes Kohnen 2016-05-27 21:06:47 +02:00
parent 781aac7897
commit 6500b59e42
1 changed files with 2 additions and 1 deletions

View File

@ -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