Skip to content

Commit

Permalink
Cleanup .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sclevine authored Nov 26, 2018
1 parent baaa1d3 commit 7016fec
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 @@ -19,7 +19,7 @@ install:
|
go mod download
export PACK_PATH="$PWD/artifacts/pack-${TRAVIS_TAG:-$TRAVIS_BUILD_NUMBER}-${TRAVIS_OS_NAME}"
if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CGO_ENABLED=0; fi
if [[ $TRAVIS_OS_NAME = linux ]]; then export CGO_ENABLED=0; fi
go build -ldflags "-X 'main.Version=$TRAVIS_TAG (git sha: $(git log -1 --pretty=%H))'" -o "$PACK_PATH" ./cmd/pack
"$PACK_PATH" version
script: go test -count=1 -parallel=1 -v ./...
Expand Down

0 comments on commit 7016fec

Please sign in to comment.