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

Commit

Permalink
travis supossedly changed
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Alvarez <[email protected]>
  • Loading branch information
Juanjo Alvarez committed Aug 9, 2018
1 parent 143cd65 commit 15fbb5e
Showing 1 changed file with 5 additions and 2 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

0 comments on commit 15fbb5e

Please sign in to comment.