mirror of https://github.com/mum4k/termdash.git
Adding go 1.11.x as test target and dropping 1.8.x.
This commit is contained in:
parent
ef6670eda3
commit
d39112bbad
|
@ -1,8 +1,8 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.8.x
|
|
||||||
- 1.9.x
|
- 1.9.x
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
|
- 1.11.x
|
||||||
- stable
|
- stable
|
||||||
script:
|
script:
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
|
|
Loading…
Reference in New Issue