Bump Go version in Travis to 1.7

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2016-10-12 23:31:25 +02:00
parent 808dbb82df
commit e847ac251a
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
language: go
go:
- 1.6
- tip
- 1.7
before_install:
- sudo apt-get -qq update
# Sudo is required for docker
sudo: required