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

Commit

Permalink
update sdk version
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Smirnov <denys@sourced.tech>
  • Loading branch information
Denys Smirnov authored and dennwc committed Mar 19, 2019
1 parent 31202a6 commit 041f83a
Show file tree
Hide file tree
Showing 7 changed files with 1,835 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: go

go:
- '1.10'
- '1.11'

services:
- docker

env:
- BBLFSHD_VERSION=v2.9.1
- BBLFSHD_VERSION=v2.11.7

install:
- curl -L https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 > $GOPATH/bin/dep
Expand Down
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[[constraint]]
name = "gopkg.in/bblfsh/sdk.v2"
version = "2.14.x"
version = "2.15.x"

[prune]
go-tests = true
Expand Down
3 changes: 0 additions & 3 deletions driver/fixtures/fixtures_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ var Suite = &fixtures.Suite{
},
Transforms: normalizer.Transforms,
BenchName: "issue_server101",
Docker: fixtures.DockerConfig{
Image: "python:3",
},
Semantic: fixtures.SemanticConfig{
BlacklistTypes: []string{
"AsyncFunctionDef",
Expand Down
Loading

0 comments on commit 041f83a

Please sign in to comment.