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

Commit

Permalink
Merge pull request #165 from juanjux/bump_dependency
Browse files Browse the repository at this point in the history
Bump SDK dependency
  • Loading branch information
juanjux authored Aug 9, 2018
2 parents 01444fd + 15fbb5e commit cc2a8cf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ go:
services:
- docker

env:
- BBLFSHD_VERSION=v2.6.1

before_script:
- curl -L https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 > $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
- dep ensure --vendor-only
- go get ./vendor/gopkg.in/bblfsh/sdk.v2/cmd/...
- go install ./vendor/gopkg.in/bblfsh/sdk.v2/cmd/...
- docker pull bblfsh/bblfshd
- docker pull bblfsh/bblfshd:$BBLFSHD_VERSION

script:
- bblfsh-sdk update --dry-run
- bblfsh-sdk build ci-build
- bblfsh-sdk test ci-build
- bblfsh-sdk test --bblfshd $BBLFSHD_VERSION ci-build

after_success:
- bblfsh-sdk push ci-build
27 changes: 14 additions & 13 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# for detailed Gopkg.toml documentation.

[[constraint]]
branch = "v2"
version = "v2.0.1"
name = "gopkg.in/bblfsh/sdk.v2"

[prune]
Expand Down

0 comments on commit cc2a8cf

Please sign in to comment.