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

Commit 33cfcca

Browse files
authored
Update to latest SDK version (#145)
* update manifest.toml * update to latest sdk version Signed-off-by: Denys Smirnov <[email protected]>
1 parent 8c1a398 commit 33cfcca

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
before_script:
1010
- go get -v gopkg.in/bblfsh/sdk.v1/...
1111
- bblfsh-sdk prepare-build .
12-
- go get -v -t ./...
12+
- go get -v -t ./driver/...
1313

1414
script:
1515
- make test integration-test

manifest.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
name = "Python"
12
language = "python"
23
status = "beta"
4+
features = ["ast","uast","roles"]
35

46
[runtime]
57
os = "alpine"

native/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The native driver (the one producing the native AST) should be located here.
2+
3+
See:
4+
5+
https://doc.bblf.sh/driver/sdk.html

0 commit comments

Comments
 (0)