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

Commit 041f83a

Browse files
Denys Smirnovdennwc
Denys Smirnov
authored andcommitted
update sdk version
Signed-off-by: Denys Smirnov <[email protected]>
1 parent 31202a6 commit 041f83a

7 files changed

+1835
-27
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: go
22

33
go:
4-
- '1.10'
4+
- '1.11'
55

66
services:
77
- docker
88

99
env:
10-
- BBLFSHD_VERSION=v2.9.1
10+
- BBLFSHD_VERSION=v2.11.7
1111

1212
install:
1313
- curl -L https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 > $GOPATH/bin/dep

Gopkg.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[[constraint]]
55
name = "gopkg.in/bblfsh/sdk.v2"
6-
version = "2.14.x"
6+
version = "2.15.x"
77

88
[prune]
99
go-tests = true

driver/fixtures/fixtures_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ var Suite = &fixtures.Suite{
2121
},
2222
Transforms: normalizer.Transforms,
2323
BenchName: "issue_server101",
24-
Docker: fixtures.DockerConfig{
25-
Image: "python:3",
26-
},
2724
Semantic: fixtures.SemanticConfig{
2825
BlacklistTypes: []string{
2926
"AsyncFunctionDef",

0 commit comments

Comments
 (0)