Skip to content

Commit

Permalink
Lint bash code
Browse files Browse the repository at this point in the history
  • Loading branch information
derphilipp committed Nov 9, 2019
1 parent 1e81ec2 commit 3fa41df
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 @@ -17,5 +17,5 @@ script:
- make coveralls
- gox -ldflags "-X github.com/derphilipp/gomar/version.GitCommit=${GIT_COMMIT}${GIT_DIRTY} -X github.com/derphilipp/gomar/version.BuildDate=${BUILD_DATE}" -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
after_success:
- if [ -n "$TRAVIS_TAG" ]; then ghr -replace $TRAVIS_TAG dist/; fi
- if [ "$TRAVIS_BRANCH" = "master" ]; then ghr -prerelease -replace pre-release dist/; fi
- if [ -n "$TRAVIS_TAG" ]; then ghr -replace $TRAVIS_TAG dist/; fi
- if [ "$TRAVIS_BRANCH" = "master" ]; then ghr -prerelease -replace pre-release dist/; fi

0 comments on commit 3fa41df

Please sign in to comment.