From 7c3c66265181779c59d1c86e4b673bb287b0b852 Mon Sep 17 00:00:00 2001
From: Andy Pan <panjf2000@gmail.com>
Date: Wed, 3 Oct 2018 19:11:40 +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..dd159d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ go:
   - "1.8.x"
   - "1.9.x"
   - "1.10.x"
+  - "1.11.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)