travis: only compile against current stable go version
This commit is contained in:
parent
40836a5ec4
commit
fbf7115fd7
|
@ -2,7 +2,6 @@ language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.8.x
|
- 1.8.x
|
||||||
- master
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
@ -37,5 +36,5 @@ deploy:
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: build/*
|
file: build/*
|
||||||
on:
|
on:
|
||||||
trags: true
|
tags: true
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in New Issue
Block a user