From 143118be9ad690560f6805212edd6b1058500297 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Wed, 3 Oct 2018 19:11:04 +0800 Subject: [PATCH] add go1.11 into ci --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0d41d5..3c10beb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - "1.8.x" - "1.9.x" - "1.10.x" + - "1.10.x" - master before_install: @@ -14,4 +15,4 @@ script: # - go test -bench=. -benchmem=true -run=none ./... after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash)