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

22
.travis.yml Normal file
View File

@ -0,0 +1,22 @@
language: rust
cache: cargo
branches:
only:
- master
matrix:
fast_finish: true
include:
# Test crates on their minimum Rust versions.
- rust: 1.31.0
name: "meilidb on 1.31.0"
script: ./ci/meilidb.sh
# Test crates on nightly Rust.
- rust: nightly
name: "meilidb on nightly"
script: ./ci/meilidb.sh