Skip to content

Commit

Permalink
update Go version list
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwen624 authored Feb 28, 2020
1 parent 8c0afa4 commit d80ac6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: go

go:
- "1.11"
- "1.12"
- "1.13"
- "1.14"

env:
global:
Expand Down Expand Up @@ -47,4 +47,4 @@ script:
- gocovmerge ao/cov.out ao/internal/reporter/cov.out ao/internal/metrics/cov.out ao/internal/log/cov.out ao/internal/config/cov.out ao/internal/host/cov.out ao/opentracing/cov.out contrib/aogrpc/cov.out> coverage.txt

after_success:
- if [[ $TRAVIS_GO_VERSION == 1.13 ]]; then bash <(curl -s https://codecov.io/bash); fi
- if [[ $TRAVIS_GO_VERSION == 1.14 ]]; then bash <(curl -s https://codecov.io/bash); fi

0 comments on commit d80ac6d

Please sign in to comment.