Skip to content

Commit

Permalink
move to go modules and upgrade bblfsh client version
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Molina <[email protected]>
  • Loading branch information
erizocosmico committed Jun 11, 2019
1 parent 494e149 commit 3c4100c
Show file tree
Hide file tree
Showing 5,726 changed files with 145,164 additions and 2,300,823 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ before_script:
- docker exec -it bblfshd bblfshctl driver install php bblfsh/php-driver
- docker exec -it bblfshd bblfshctl driver install go bblfsh/go-driver
- go get -v github.com/go-sql-driver/mysql/...
- go get gopkg.in/src-d/go-git-fixtures.v3/...

script:
- make test-coverage codecov
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- Move to go modules and upgrade bblfsh client version.

## [0.20.0] - 2019-05-30
### Known Issues
- After updating Vitess MySQL server, we are having some problems connecting from JDBC MariaDB drivers (https://github.com/src-d/gitbase/issues/807) (https://github.com/vitessio/vitess/issues/4603)
Expand Down
Loading

0 comments on commit 3c4100c

Please sign in to comment.