aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Lilienthal <nathan@nixpulvis.com>2018-01-10 21:00:57 -0700
committerJoe Wilm <jwilm@users.noreply.github.com>2018-01-10 20:55:10 -0800
commit5270226c0d41457442a0d2f22038bd26cee00c1a (patch)
tree733961514418c99c1f24d5e8f474b873c4c63278
parenteb26bbf7648891050c46770a850b1d9e90915854 (diff)
downloadr-alacritty-vte-5270226c0d41457442a0d2f22038bd26cee00c1a.tar.gz
r-alacritty-vte-5270226c0d41457442a0d2f22038bd26cee00c1a.tar.bz2
r-alacritty-vte-5270226c0d41457442a0d2f22038bd26cee00c1a.zip
Tell travis to test the vte crate too.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 29be054..2fe0f18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ rust:
- nightly
script:
- - cd utf8parse && cargo test
+ - cargo test && cd utf8parse && cargo test