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

Commit 15fbb5e

Browse files
author
Juanjo Alvarez
committed
travis supossedly changed
Signed-off-by: Juanjo Alvarez <[email protected]>
1 parent 143cd65 commit 15fbb5e

File tree

1 file changed

+5
-2
lines changed

1 file changed

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

0 commit comments

Comments
 (0)