pull/160/head
Henrique Dias 2017-07-26 18:25:45 +01:00
parent eab46841b1
commit 80a07904dd
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
1 changed files with 1 additions and 3 deletions

View File

@ -20,8 +20,6 @@ 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
after_script:
- cd cmd/filemanager
- mkdir dist
- gox -output "dist/{{.OS}}-{{.Arch}}-{{.Dir}}"
@ -32,7 +30,7 @@ deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: dist/*
file: cmd/filemanager/dist/*
skip_cleanup: true
on:
tags: true