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

Commit b55faca

Browse files
Denys Smirnovdennwc
authored andcommitted
update sdk version
Signed-off-by: Denys Smirnov <[email protected]>
1 parent 8064736 commit b55faca

File tree

8 files changed

+153
-121
lines changed

8 files changed

+153
-121
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- docker
88

99
env:
10-
- BBLFSHD_VERSION=v2.11.7
10+
- BBLFSHD_VERSION=v2.11.8
1111

1212
install:
1313
- curl -L https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 > $GOPATH/bin/dep
@@ -18,9 +18,9 @@ install:
1818
- docker pull bblfsh/bblfshd:$BBLFSHD_VERSION
1919

2020
script:
21-
- bblfsh-sdk update --dry-run
22-
- bblfsh-sdk build ci-build
23-
- bblfsh-sdk test --bblfshd $BBLFSHD_VERSION ci-build
21+
- go test ./driver/...
22+
- go run build.go ci-build
23+
- go run test.go --bblfshd $BBLFSHD_VERSION ci-build
2424

2525
after_success:
2626
- bblfsh-sdk push ci-build

0 commit comments

Comments
 (0)