Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
targodan committed Mar 12, 2021
2 parents 68686cf + f11d98d commit c2703e6
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 @@ -29,7 +29,7 @@ script:
- go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...
- mkdir -p build/ &>/dev/null
- pushd cmd/yapscan
- go build -trimpath -o ../../build/yapscan
- go build -trimpath -o ../../cicd/build/yapscan
- popd
- pushd cicd/
- ./crossBuildForWindows.sh
Expand Down

0 comments on commit c2703e6

Please sign in to comment.