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

Commit 7653245

Browse files
committed
Try cd
1 parent c3c53af commit 7653245

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ script:
1616
- test -z $(gofmt -s -d $GO_FILES)
1717
- go test -v ./...
1818
- mkdir release
19-
- cd release && gox -arch 'amd64' -os 'linux windows darwin' github.com/sourcegraph/lsp-adapter
20-
- ls
19+
- cd release
20+
- gox -arch 'amd64' -os 'linux windows darwin' github.com/sourcegraph/lsp-adapter
21+
- cd ..
2122

2223
deploy:
2324
provider: releases

0 commit comments

Comments
 (0)