Skip to content

Commit 9604295

Browse files
Denys Smirnovdennwc
authored andcommitted
support error codes
Signed-off-by: Denys Smirnov <denys@sourced.tech>
1 parent d7341a5 commit 9604295

File tree

3 files changed

+7
-6
lines changed

3 files changed

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

0 commit comments

Comments
 (0)