Merge pull request #528 from flimzy/go1.8

Add Go 1.8 to the testing matrix
This commit is contained in:
Simon Eskildsen
2017-05-03 20:34:05 +02:00
committed by GitHub
+3 -2
View File
@@ -1,7 +1,8 @@
language: go
go:
- 1.6
- 1.7
- 1.6.x
- 1.7.x
- 1.8.x
- tip
install:
- go get -t ./...