Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
script: make test-coverage codecov
- name: 'SDK Integration Tests Linux'
script:
- docker run -d --name bblfshd --privileged -v $HOME/bblfshd:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.7.2
- docker exec -it bblfshd bblfshctl driver install go bblfsh/go-driver:v2.2.0
- docker run -d --name bblfshd --privileged -v $HOME/bblfshd:/var/lib/bblfshd -p "9432:9432" bblfsh/bblfshd:v2.9.0
- docker exec -it bblfshd bblfshctl driver install --force go bblfsh/go-driver:v2.2.0
- make test-sdk
- name: 'SDK Integration Tests macOS'
if: NOT type = pull_request
Expand Down
12 changes: 1 addition & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,10 @@ services:
ports:
- "10302:10302"
bblfsh:
image: "bblfsh/bblfshd:v2.7.2"
image: "bblfsh/bblfshd:v2.9.0-drivers"
privileged: true
ports:
- "9432:9432"
volumes:
- type: volume
source: drivers
target: /var/lib/bblfshd
entrypoint: ["/bin/sh"]
command:
- "-c"
- "bblfshd & sleep 1 && bblfshctl driver install --recommended && tail -f /dev/null"
postgres:
image: "postgres:alpine"
restart: always
Expand All @@ -43,5 +35,3 @@ services:
environment:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: lookout
volumes:
drivers: