chore: Add travis-ci to check the codebase

This commit is contained in:
Clément Renault
2018-12-17 15:52:49 +01:00
parent 26fbb46253
commit c01613df40
3 changed files with 38 additions and 0 deletions

View File

@ -35,6 +35,7 @@ default = ["simd"]
i128 = ["bincode/i128", "byteorder/i128"]
simd = ["rocksdb/sse"]
portable = ["rocksdb/portable"]
nightly = []
[dev-dependencies]
csv = "1.0"