Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from remyLemeunier/fix-travis-bad-state
Browse files Browse the repository at this point in the history
Fix git bad state when building cck
  • Loading branch information
remyLemeunier authored Aug 16, 2017
2 parents 20bd097 + 554c80c commit 2d356d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ script:
- cp examples/manifest.sample.yml /tmp/manifests/manifest.yml
- ./hack/verify-gofmt.sh
- go test --cover $(go list ./... | grep -v /vendor/)
- go build -o cck
- ./cck -h
- go build -o /tmp/cck
- /tmp/cck -h

after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

0 comments on commit 2d356d1

Please sign in to comment.