From 445cdf45b2762a55db3b8271b30fafe312c84c6e Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Tue, 29 Mar 2016 02:02:19 +0300 Subject: [PATCH] Fixed Travis config --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 487e046..2e7d29b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,4 @@ language: go go: - 1.4 - 1.5 - - tip -install: - - go get github.com/AlekseyLobanov/gokeystat -go_import_path: github.com/AlekseyLobanov/gokeystat/src \ No newline at end of file + - tip \ No newline at end of file