diff options
author | Nathan Lilienthal <nathan@nixpulvis.com> | 2018-01-10 21:07:31 -0700 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2018-01-10 20:55:10 -0800 |
commit | 1b7126457f547cc2230e4424c4466c24bf7b70fd (patch) | |
tree | 146d5cecfbe4923f6252249166d081c6161f6a73 | |
parent | 5270226c0d41457442a0d2f22038bd26cee00c1a (diff) | |
download | r-alacritty-vte-1b7126457f547cc2230e4424c4466c24bf7b70fd.tar.gz r-alacritty-vte-1b7126457f547cc2230e4424c4466c24bf7b70fd.tar.bz2 r-alacritty-vte-1b7126457f547cc2230e4424c4466c24bf7b70fd.zip |
Make the two tests look like two tests for travis.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2fe0f18..4d472a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,5 @@ rust: - nightly script: - - cargo test && cd utf8parse && cargo test + - cargo test + - cd utf8parse && cargo test |