Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Aug 28, 2021
1 parent 89e5482 commit b9ae9ed
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 @@ -36,7 +36,7 @@ before_deploy:
- ln -s "$PWD" "$GOPATH/src/github.com/rekby/lets-proxy2"
- cd "$GOPATH/src/github.com/rekby/lets-proxy2"
- OS_ARCH_BUILDS="linux/386 linux/amd64 linux/arm freebsd/386 freebsd/amd64 freebsd/arm windows/386 windows/amd64"
- test "$GO_VERSION$ -eq "1.10" || OS_ARCH_BUILDS="$OS_ARCH_BUILDS darwin/amd64"
- test "$GO_VERSION$" -eq "1.10" || OS_ARCH_BUILDS="$OS_ARCH_BUILDS darwin/amd64"
- GO111MODULE=on CGO_ENABLED=0 gox --mod=vendor -osarch "$OS_ARCH_BUILDS" --ldflags "-X \"main.VERSION=$TRAVIS_TAG+build-$TRAVIS_BUILD_NUMBER, Build time $BUILD_TIME, commit $TRAVIS_COMMIT, $GO_VERSION\"" --output="$OUTPUT/lets-proxy_{{.OS}}_{{.Arch}}" -verbose --rebuild ./cmd/
- bash tests/make_archives.sh

Expand Down

0 comments on commit b9ae9ed

Please sign in to comment.