diff options
author | Nathan Lilienthal <nathan@nixpulvis.com> | 2018-01-10 21:00:57 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2018-01-10 20:55:10 -0800 |
commit | 5270226c0d41457442a0d2f22038bd26cee00c1a (patch) | |
tree | 733961514418c99c1f24d5e8f474b873c4c63278 | |
parent | eb26bbf7648891050c46770a850b1d9e90915854 (diff) | |
download | r-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.yml | 2 |
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 |