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

Commit cc2a8cf

Browse files
authored
Merge pull request #165 from juanjux/bump_dependency
Bump SDK dependency
2 parents 01444fd + 15fbb5e commit cc2a8cf

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@ go:
66
services:
77
- docker
88

9+
env:
10+
- BBLFSHD_VERSION=v2.6.1
11+
912
before_script:
1013
- curl -L https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 > $GOPATH/bin/dep
1114
- chmod +x $GOPATH/bin/dep
1215
- dep ensure --vendor-only
1316
- go get ./vendor/gopkg.in/bblfsh/sdk.v2/cmd/...
1417
- go install ./vendor/gopkg.in/bblfsh/sdk.v2/cmd/...
15-
- docker pull bblfsh/bblfshd
18+
- docker pull bblfsh/bblfshd:$BBLFSHD_VERSION
1619

1720
script:
1821
- bblfsh-sdk update --dry-run
1922
- bblfsh-sdk build ci-build
20-
- bblfsh-sdk test ci-build
23+
- bblfsh-sdk test --bblfshd $BBLFSHD_VERSION ci-build
2124

2225
after_success:
2326
- bblfsh-sdk push ci-build

Gopkg.lock

Lines changed: 14 additions & 13 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-
branch = "v2"
5+
version = "v2.0.1"
66
name = "gopkg.in/bblfsh/sdk.v2"
77

88
[prune]

0 commit comments

Comments
 (0)