Make this pass

pull/157/head
Henrique Dias 2017-07-25 12:33:47 +01:00 committed by GitHub
parent f61c324496
commit 91a8fd3a01
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ install:
script:
- gometalinter --disable-all -E vet -E gofmt -E misspell -E ineffassign -E goimports -E deadcode --exclude="rice-box.go" --tests ./...
- go test ./... -timeout 30s -tags
- go test ./... -timeout 30s
after_script:
- cd cmd/filemanager