Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr authored May 20, 2021
1 parent bd86969 commit d460819
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 @@ -23,7 +23,7 @@ script:
- make lint
- make vet
- make test
- if [ "${LATEST}" = "true" ]; then gox -os="linux windows netbsd freebsd openbsd plan9 osx" -arch="amd64 386" -output="gtfstidy.`git describe --abbrev=0 --tags --match 'v[0-9.]*'`.{{.OS}}.{{.Arch}}" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi
- if [ "${LATEST}" = "true" ]; then gox -os="linux windows netbsd freebsd openbsd plan9 darwin" -arch="amd64 386" -output="gtfstidy.`git describe --abbrev=0 --tags --match 'v[0-9.]*'`.{{.OS}}.{{.Arch}}" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi

deploy:
provider: releases
Expand All @@ -33,7 +33,7 @@ deploy:
file_glob: true
file:
- gtfstidy.*.windows.*.exe
- gtfstidy.*.osx.*
- gtfstidy.*.darwin.*
- gtfstidy.*.linux.*
- gtfstidy.*.freebsd.*
- gtfstidy.*.openbsd.*
Expand Down

0 comments on commit d460819

Please sign in to comment.