Skip to content

Commit

Permalink
Add building badges
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaKudosh committed Jul 2, 2016
1 parent 2e0ba13 commit 007d5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# word2vec
# word2vec [![Build Status](https://travis-ci.org/DimaKudosh/word2vec.svg?branch=master)](https://travis-ci.org/DimaKudosh/word2vec)[![Coverage Status](https://coveralls.io/repos/github/DimaKudosh/word2vec/badge.svg?branch=master)](https://coveralls.io/github/DimaKudosh/word2vec?branch=master)

Rust interface to word2vec.

Expand Down Expand Up @@ -39,4 +39,4 @@ fn main(){
Err(err) => panic!("{:?}", err),
}
}
```
```

0 comments on commit 007d5b5

Please sign in to comment.