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

Commit 094a06f

Browse files
Denys Smirnovdennwc
Denys Smirnov
authored andcommitted
support error codes
Signed-off-by: Denys Smirnov <[email protected]>
1 parent 078c378 commit 094a06f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.travis.yml

+2-2
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

+4-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 = "v2.1.x"
6+
version = "v2.4.x"
77

88
[prune]
99
go-tests = true

0 commit comments

Comments
 (0)