mirror of
https://github.com/araddon/dateparse.git
synced 2025-01-19 03:06:11 +08:00
upgrade travis.yml to include new versions of go
This commit is contained in:
parent
f40887f3bf
commit
647d17def2
@ -2,7 +2,8 @@ language: go
|
||||
|
||||
go:
|
||||
- 1.8.x
|
||||
- tip
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
|
||||
before_install:
|
||||
- go get -t -v ./...
|
||||
@ -11,4 +12,4 @@ script:
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
Loading…
Reference in New Issue
Block a user