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

Commit 3130acc

Browse files
Denys Smirnovdennwc
authored andcommitted
support error codes
Signed-off-by: Denys Smirnov <[email protected]>
1 parent 3d2b64f commit 3130acc

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ services:
77
- docker
88

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

12-
before_script:
12+
install:
1313
- curl -L https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 > $GOPATH/bin/dep
1414
- chmod +x $GOPATH/bin/dep
1515
- dep ensure --vendor-only

Gopkg.lock

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

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

88
[prune]
99
go-tests = true

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Python driver for [Babelfish](https://github.com/bblfsh/bblfshd) ![Driver Status](https://img.shields.io/badge/status-beta-dbd25c.svg) [![Build Status](https://travis-ci.org/bblfsh/python-driver.svg?branch=master)](https://travis-ci.org/bblfsh/python-driver) ![Native Version](https://img.shields.io/badge/python%20version-3.6.2-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.9-63afbf.svg)
22

3-
4-
53
Development Environment
64
-----------------------
75

0 commit comments

Comments
 (0)