aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Wilm <jwilm@users.noreply.github.com>2016-10-21 08:57:37 -0700
committerGitHub <noreply@github.com>2016-10-21 08:57:37 -0700
commit7cec8a569a718e64e579f32f83d0c66cd6df5e89 (patch)
tree5a86055fc05167fed7be603457229dd5ba42f9ce
parent9aa5c2ac3eab66f8bc05e64d2777a8f507126064 (diff)
parent69cedd0221a6c55c91ad460121c10a25f618a0d6 (diff)
downloadr-alacritty-vte-7cec8a569a718e64e579f32f83d0c66cd6df5e89.tar.gz
r-alacritty-vte-7cec8a569a718e64e579f32f83d0c66cd6df5e89.tar.bz2
r-alacritty-vte-7cec8a569a718e64e579f32f83d0c66cd6df5e89.zip
Merge pull request #3 from jwilm/add-travis
Add travis.yml
-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.