We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd040a commit 684973aCopy full SHA for 684973a
1 file changed
.travis.yml
@@ -38,7 +38,7 @@ jobs:
38
- docker exec -it bblfshd bblfshctl driver install --force javascript docker://bblfsh/javascript-driver:latest
39
- mkdir $HOME/repos
40
- git clone https://github.com/src-d/gitbase-web.git $HOME/repos/gitbase-web
41
- - docker run -d --name gitbase -p "3367:3306" -e "BBLFSH_ENDPOINT=bblfshd:9432" --volume $HOME/repos:/opt/repos --link bblfshd srcd/gitbase:v0.18.0
+ - docker run -d --name gitbase -p "3367:3306" -e "BBLFSH_ENDPOINT=bblfshd:9432" --volume $HOME/repos:/opt/repos --link bblfshd srcd/gitbase:v0.19.0-beta3
42
- sleep 15
43
- GITBASEPG_DB_CONNECTION='root@tcp(localhost:3367)/none' GITBASEPG_INTEGRATION_TESTS=true make test
44
- script:
0 commit comments