mirror of https://github.com/sirupsen/logrus.git
Add Go 1.8 to the testing matrix
And use the .x versions, so the latest versions of each Go release is used.
This commit is contained in:
parent
10f801ebc3
commit
dba7a9fd25
|
@ -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