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
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.6
|
- 1.6.x
|
||||||
- 1.7
|
- 1.7.x
|
||||||
|
- 1.8.x
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
|
|
Loading…
Reference in New Issue