Skip to content

Commit

Permalink
.travis.yml: Re-enable full tool deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dsoprea committed Sep 6, 2019
1 parent 37ea0a9 commit 5e932fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -19,9 +19,7 @@ script:
# Just calculate coverage over the main library.
- goveralls -v -service=travis-ci -package github.com/dsoprea/go-exfat
before_deploy:
# - gox -output "build/{{.Dir}}.{{.OS}}-{{.Arch}}" ./...
# TODO(dustin): !! Just build the one tool, to speed-up testing.
- gox -output "build/{{.Dir}}.{{.OS}}-{{.Arch}}" ./cmd/exfat_extract_file
- gox -output "build/{{.Dir}}.{{.OS}}-{{.Arch}}" ./cmd/...
deploy:
skip_cleanup: true
provider: releases
Expand Down

0 comments on commit 5e932fb

Please sign in to comment.