Update .travis.yml

pull/157/head
Henrique Dias 2017-07-20 09:13:08 +01:00 committed by GitHub
parent e2868cbcf9
commit 2460463be6
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 .
- mkdir dist
- gox -output "dist/{{.OS}}-{{.Arch}}-{{.Dir}}"
- ls dist/
- ghr --username hacdias --token $GITHUB_TOKEN --replace --prerelease --debug latest dist/