1
0
mirror of https://github.com/google/gops.git synced 2024-11-24 08:22:25 +02:00

add Go 1.8 to travis.yml (#35)

This commit is contained in:
Shawn Smith 2017-03-09 14:05:54 +09:00 committed by Jaana B. Dogan
parent e1d2345403
commit 07a10154a6

View File

@ -2,4 +2,5 @@ language: go
go:
- 1.7
- 1.8
- master