mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Have TravisCI run with go 1.10 as well
This commit is contained in:
parent
1cc21d6bcd
commit
3ed46423fb
|
|
@ -2,6 +2,7 @@ language: go
|
|||
go:
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
|
||||
env:
|
||||
- TEST_SUITE="lint"
|
||||
|
|
|
|||
Loading…
Reference in a new issue