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

Commit ad63a59

Browse files
authored
Move Go buildserver code from sourcegraph/sourcegraph to go-langserver (#345)
1 parent 2f51db3 commit ad63a59

File tree

506 files changed

+261363
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

506 files changed

+261363
-22
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ script:
2323
- cd $TRAVIS_BUILD_DIR
2424
# Travis windows is changing line endings, breaking tests. Switch to LF.
2525
- find langserver -type f -print0 | xargs -0 sed -i ':a;N;$!ba;s/\r//g'
26-
- go test -timeout 5m -race ./...
26+
- go test -short -timeout 5m -race ./...

Gopkg.lock

Lines changed: 232 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ install:
1313
- go test -i ./...
1414
build_script:
1515
- go get golang.org/x/lint/golint
16-
- go test -race ./...
16+
- go test -short -race ./...

0 commit comments

Comments
 (0)