third_party_rust_strsim-rs/.travis.yml
Ophir LOJKINE d6717dbac8 [performance] Improve the performance of damerau_levenshtein (#32)
* [performance] Improve the performance of damerau_levenshtein

My tests show the new version is approximately 2.5 times faster than
the old ones. Most of the gains come from using hashbrown for the
hashmap.

* Switch back to rust 2015 to fix CI

* Increase minimum required rust version to 1.31

* Simplify the levenshtein function
2019-04-08 17:08:20 -04:00

16 lines
157 B
YAML

language: rust
os:
- linux
- windows
rust:
- 1.31.0
- nightly
- beta
- stable
matrix:
allow_failures:
- rust: nightly