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

Commit 6c4e73a

Browse files
authored
Merge pull request #6 from dennwc/error_codes
Support error codes
2 parents e7a25c8 + d26f337 commit 6c4e73a

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
@@ -2,7 +2,7 @@
22
# for detailed Gopkg.toml documentation.
33

44
[[constraint]]
5-
version = "v2.2.x"
5+
version = "v2.4.x"
66
name = "gopkg.in/bblfsh/sdk.v2"
77

88
[prune]

README.md

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

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

0 commit comments

Comments
 (0)