Skip to content

Commit

Permalink
fix file permission issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRosenbaum committed Oct 27, 2017
1 parent 4c6aca3 commit 86314a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script:
- GOOS=windows GOARCH=amd64 go build -o build/easy-upload-windows.exe easy-upload.go
- GOOS=darwin GOARCH=amd64 go build -o build/easy-upload-osx.command easy-upload.go
- GOOS=linux GOARCH=amd64 go build -o build/easy-upload-linux easy-upload.go
- chmod +x build/*
- chmod a+x build/*

deploy:
provider: releases
Expand Down

0 comments on commit 86314a9

Please sign in to comment.