add go1.11 into ci

This commit is contained in:
Andy Pan 2018-10-03 19:11:04 +08:00 committed by GitHub
parent 29730bb703
commit 143118be9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ go:
- "1.8.x" - "1.8.x"
- "1.9.x" - "1.9.x"
- "1.10.x" - "1.10.x"
- "1.10.x"
- master - master
before_install: before_install:
@ -14,4 +15,4 @@ script:
# - go test -bench=. -benchmem=true -run=none ./... # - go test -bench=. -benchmem=true -run=none ./...
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)