From 1ae85477216f982f8a0a5a6940fa8a53f3a274a3 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 9 Nov 2018 03:04:51 +0900 Subject: [PATCH] Updated test script --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7cedd9db..4f8af52c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ before_script: - go get honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter - go get github.com/fzipp/gocyclo # Cyclomatic complexity - go get github.com/3rf/codecoroner # Dead code analysis + - go get github.com/dustin/go-humanize # Dependency used in pixy files only - npm install -g typescript # TypeScript - git clone --depth=1 https://github.com/animenotifier/database ~/.aero/db/arn # Database