mirror of
https://github.com/longsleep/realtimetraffic.git
synced 2024-11-16 00:38:32 +01:00
Add Go 1.9, 1.10, 1.11 to travis
This commit is contained in:
parent
850288b31a
commit
cd85f98ff0
1 changed files with 8 additions and 5 deletions
13
.travis.yml
13
.travis.yml
|
@ -1,10 +1,13 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.5
|
||||
- 1.6
|
||||
- 1.7
|
||||
- 1.8
|
||||
- tip
|
||||
- "1.5"
|
||||
- "1.6"
|
||||
- "1.7"
|
||||
- "1.8"
|
||||
- "1.9"
|
||||
- "1.10"
|
||||
- "1.11"
|
||||
- "tip"
|
||||
|
||||
install: make
|
||||
|
|
Loading…
Reference in a new issue