Make this pass

Former-commit-id: 84f55970fbdce78a88b5673c9846a3555e787f90 [formerly 729dfe313c7ca0b65b65292940406c84fc51ba73] [formerly 123853c9b45502296f701c57f3aa35d119a7f213 [formerly 91a8fd3a01]]
Former-commit-id: 617ac5654d6a35603493fe9c0391abad39bd5eff [formerly d2c9107a91d36c950b5fe9118962a10f10fa7fcb]
Former-commit-id: ec577996562bb75568c3da5a70200537ddce0bc8
pull/726/head
Henrique Dias 2017-07-25 12:33:47 +01:00 committed by GitHub
parent 40f3d86c11
commit c191399e3a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ install:
script: 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 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: after_script:
- cd cmd/filemanager - cd cmd/filemanager