build(travis): add checkout master

This commit is contained in:
Nightapes
2019-06-18 22:03:36 +02:00
parent 443e2ba35c
commit 0eafe84d68

View File

@@ -15,9 +15,6 @@ services:
notifications:
email: false
git:
depth: 1
env:
- GO111MODULE=on
@@ -26,6 +23,7 @@ before_script:
script:
- golangci-lint run ./...
- git checkout master
- go test -v ./...
- go build -o build/go-semantic-release-temp ./cmd/go-semantic-release/
- echo "Building version `./build/go-semantic-release-temp next`"