Merge pull request #406 from libgit2/cmn/go19

travis: include go 1.9
This commit is contained in:
Carlos Martín Nieto 2017-09-03 20:12:11 +02:00 committed by GitHub
commit 7718e373f6
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ language: go
go:
- 1.7
- 1.8
- 1.9
- tip
script: make test-static