aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml10
-rw-r--r--README.md1
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
diff --git a/README.md b/README.md
index 191994f..9033b05 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
vte
===
+[![Build Status](https://travis-ci.org/jwilm/vte.svg?branch=master)](https://travis-ci.org/jwilm/vte)
[![Crates.io Version](https://img.shields.io/crates/v/vte.svg)](https://crates.io/crates/vte/)
Parser for implementing virtual terminal emulators in Rust.