Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit 5b8c737

Browse files
committed
Move release build to script section
1 parent 37af2f1 commit 5b8c737

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ script:
1515
- test -z $(goimports -d $GO_FILES) # this test asserts import ordering
1616
- test -z $(gofmt -s -d $GO_FILES)
1717
- go test -v ./...
18-
19-
before_deploy:
2018
- mkdir release
2119
- cd release && gox -arch 'amd64' -os 'linux windows darwin' github.com/sourcegraph/lsp-adapter
2220

0 commit comments

Comments
 (0)