Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit ca8362b

Browse files
author
Juanjo Alvarez
committed
Update to latest SDK
Signed-off-by: Juanjo Alvarez <[email protected]>
1 parent 30d79c5 commit ca8362b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- docker
88

99
before_script:
10-
- CGO_ENABLED=0 go get -v gopkg.in/bblfsh/sdk.v1/...
10+
- go get -v gopkg.in/bblfsh/sdk.v1/...
1111
- bblfsh-sdk prepare-build .
1212
- go get -v -t ./...
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Development Environment
77

88
Requirements:
99
- `docker`
10-
- [`bblfsh-sdk`](https://github.com/bblfsh/sdk) _(go get -u github.com/bblfsh/sdk/...)_
10+
- [`bblfsh-sdk`](https://github.com/bblfsh/sdk) _(go get -u gopkg.in/bblfsh/sdk.v1/...)_
1111
- UAST converter dependencies _(go get -t -v ./...)_
1212

1313
To initialize the build system execute: `bblfsh-sdk prepare-build`, at the root of the project. This will install the SDK at `.sdk` for this driver.

0 commit comments

Comments
 (0)