From 0050b25a4158886e66008d99bf4f41df5f8bcefa Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Wed, 31 Oct 2012 16:21:50 -0700 Subject: [PATCH] Added go test -i, removed hash --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4be6ff6..a572cd1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ language: go script: - - cd hash - - go test -v - - cd .. - cd hashmap - go test -v - cd .. + - go test -i - go test -v