From 39d0bbf2b33e4db2948ba8a6b8d716852cd2e657 Mon Sep 17 00:00:00 2001 From: EricZhou Date: Tue, 19 Dec 2017 14:23:01 +0800 Subject: [PATCH] add travis token --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ae1df5..7353aa9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ script: - go test -race -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) -t d93442cf-8aac-4a40-9aef-125c99119c6e \ No newline at end of file