Update .travis.yml

This commit is contained in:
Henrique Dias 2017-07-20 09:13:36 +01:00 committed by GitHub
parent 2460463be6
commit cfa97549b4
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ script:
- go build -o binary github.com/mholt/caddy/caddy
- go build github.com/hacdias/filemanager
- ineffassign .
- cd cmd/filemanager
- mkdir dist
- gox -output "dist/{{.OS}}-{{.Arch}}-{{.Dir}}"
- ls dist/