travis: only compile against current stable go version

This commit is contained in:
Jakob Schrettenbrunner 2017-08-03 00:11:00 +02:00
parent 40836a5ec4
commit fbf7115fd7

View File

@ -2,7 +2,6 @@ language: go
go:
- 1.8.x
- master
services:
- docker
@ -37,5 +36,5 @@ deploy:
file_glob: true
file: build/*
on:
trags: true
tags: true
branch: master