Skip to content

Commit

Permalink
Fix the release deployment in Travis
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Markovtsev <[email protected]>
  • Loading branch information
vmarkovtsev committed Mar 27, 2019
1 parent 9c35887 commit 11a13ac
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 @@ -17,7 +17,7 @@ before_install:
install:
- export GO111MODULE=on
- go mod vendor
- go build -v ./...
- go build -v gopkg.in/src-d/go-license-detector.v2/cmd/license-detector

script:
- go vet ./...
Expand Down

0 comments on commit 11a13ac

Please sign in to comment.