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

Merge pull request #54 from dvrkps/patch-1

travis: update go version
This commit is contained in:
Achilleas Anagnostopoulos 2017-09-19 19:08:46 +01:00 committed by GitHub
commit 52be87b67f

View File

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