Travix: Update to current stable Go version.

This commit is contained in:
Wolfgang Johannes Kohnen 2016-11-04 17:09:58 +00:00
parent 48e1f060d7
commit d9c6ca4a35
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ 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
- eval "$(sudo gimme 1.6.2)"
- eval "$(sudo gimme 1.7.3)"
- go version ; go env
- python --version
- python3 --version