1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

travis: update go version

This commit is contained in:
Davor Kapsa 2017-09-18 09:45:41 +02:00 committed by GitHub
parent 14aef16459
commit 04a097bf4f

View File

@ -1,7 +1,7 @@
language: go
sudo: required
go:
- 1.8
- 1.x
script:
- make lint
- make collect-coverage