From 2d5cd2d1d38cf99976ae9a7cf1de2a60ec106531 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 29 Oct 2017 13:12:54 +0000 Subject: [PATCH] Fix Travis Former-commit-id: 435a3bebf2ac1bbae2f1ed94d596956227141358 [formerly 46e69c9783cb07a9ca6b7bd428a1ab54cff2005b] [formerly 36ed5ea293a4d39d161bffed5b18a1d7f1a0d5c1 [formerly 3434090a7c829287fc09afa92bf1f3a79d4427e1]] Former-commit-id: d5bc8f96b631af8d440438c1a089e710ae09a47a [formerly f447c0c7031af05129bf7c45b6c87168a365738d] Former-commit-id: 627ac93b54b236e20d552486d125cef813eaf9e5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82a82b50..8d705c85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - go get github.com/tsenart/deadcode script: - - gometalinter --disable-all -E vet -E gofmt -E misspell -E ineffassign -E goimports -E deadcode --exclude="rice-box.go" --tests ./... + - gometalinter --disable-all -E gofmt -E misspell -E ineffassign -E goimports -E deadcode --exclude="rice-box.go" --tests ./... - go test ./... -timeout 30s after_success: