chore: setup ci

This commit is contained in:
PoiScript 2019-02-06 19:56:44 +08:00
parent 9e31738668
commit 9b49ea943f
2 changed files with 20 additions and 0 deletions

17
.travis.yml Normal file
View file

@ -0,0 +1,17 @@
language: rust
rust:
- stable
cache: cargo
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
- cargo test
notifications:
email:
on_failure: change
on_success: change

View file

@ -7,6 +7,9 @@ repository = "https://github.com/PoiScript/orgize"
license = "MIT"
keywords = ["orgmode","emacs","parser"]
[badges]
travis-ci = { repository = "PoiScript/orgize" }
[dependencies]
jetscii = "0.4.3"
memchr = "2"