From a32ff1cda1dd6f2f30de207f99367d8d27ec036f Mon Sep 17 00:00:00 2001 From: gedi Date: Sun, 16 Apr 2017 20:09:25 +0300 Subject: [PATCH] updates travis ci, as tip no longer refers to master --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 211edd7..9361aee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ go: - 1.6 - 1.7 - 1.8 - - tip + - master script: go test -race -coverprofile=coverage.txt -covermode=atomic