From e096cea4fa7aa81b33450d3575f1f16d48610bb6 Mon Sep 17 00:00:00 2001 From: Joern Barthel Date: Thu, 18 Feb 2016 21:59:56 +0100 Subject: [PATCH] Fixing Travis. --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e77bb5..167dc5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,7 @@ go: - 1.5 - tip sudo: false -install: - - go get github.com/stretchr/testify/assert - - go get golang.org/x/tools/cmd/cover +before_script: + chmod 765 test/filemode.txt script: - - make test + - go test -cover