diff options
-rw-r--r-- | .travis.yml | 10 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..29be054 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: rust + +cache: cargo + +rust: + - stable + - nightly + +script: + - cd utf8parse && cargo test @@ -1,6 +1,7 @@ vte === +[](https://travis-ci.org/jwilm/vte) [](https://crates.io/crates/vte/) Parser for implementing virtual terminal emulators in Rust. |