mirror of https://github.com/sirupsen/logrus.git
Merge pull request #528 from flimzy/go1.8
Add Go 1.8 to the testing matrix
This commit is contained in:
commit
508f304878
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in New Issue