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

Commit ae7a364

Browse files
author
Juanjo Alvarez
committed
Merge branch 'annotations' of https://github.com/juanjux/cpp-driver into annotations
2 parents 3e1e88e + d16b3cd commit ae7a364

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

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

99
env:
10-
- BBLFSHD_VERSION=v2.6.1
10+
- BBLFSHD_VERSION=v2.9.1
1111

12-
before_script:
12+
install:
1313
- curl -L https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 > $GOPATH/bin/dep
1414
- chmod +x $GOPATH/bin/dep
1515
- dep ensure --vendor-only

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# C++ driver for [Babelfish](https://github.com/bblfsh/bblfshd) ![Driver Status](https://img.shields.io/badge/status-alpha-db975c.svg) [![Build Status](https://travis-ci.org/bblfsh/cpp-driver.svg?branch=master)](https://travis-ci.org/bblfsh/cpp-driver) ![Native Version](https://img.shields.io/badge/cpp%20version-8.121.13--r0-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.8-63afbf.svg)
22

3-
4-
53
Development Environment
64
-----------------------
75

0 commit comments

Comments
 (0)