From 8ddad1a3ff5296e74ac6fa1e25aba9432908f26e Mon Sep 17 00:00:00 2001 From: xuri Date: Fri, 20 Aug 2021 00:04:41 +0800 Subject: [PATCH] Update travis config --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f78f26..a87e67b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,11 +17,8 @@ before_install: - beanstalkd -l 127.0.0.1 -p 11300 & go: - - 1.10.x - - 1.11.x - - 1.12.x - - 1.13.x - - 1.14.x + - 1.16.x + - 1.17.x env: jobs: @@ -33,4 +30,4 @@ script: - go test -v -coverprofile=coverage.txt -covermode=atomic after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash)