Skip to content

Commit 1eed31f

Browse files
committed
Adding badge
1 parent 5daa1b1 commit 1eed31f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# FastIntegerCompression
2+
[![Build Status](https://travis-ci.org/lemire/FastIntegerCompression.js.png)](https://travis-ci.org/lemire/FastIntegerCompression.js)
23

34
This is an integer compression library in JavaScript, useful for work on indexes.
45
Given an array of integers, it produces an ArrayBuffer that uses far fewer bytes
@@ -16,3 +17,5 @@ You can install the library under node with the command line
1617
```bash
1718
npm install fastintcompression
1819
```
20+
21+
This code is made available under the Apache License 2.0.

0 commit comments

Comments
 (0)