mirror of
https://github.com/araddon/dateparse.git
synced 2025-08-20 20:28:40 +08:00
upgrade travis.yml to include new versions of go
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user