diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-02-14 03:25:34 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-02-14 03:25:34 +0300 |
commit | edb51fcba38370eb9f230c1e155eec8194086997 (patch) | |
tree | 8f68b6b99fe51a473254ef036ad64324486e4172 /.travis.yml | |
parent | 0461b56f2aa8ffaa1f06c1f33bbe756e15a28eb1 (diff) |
Add tests for `command_execution_time` segment
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4f2c7a39..ad4eb8c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ script: - test/powerlevel9k.spec - test/functions/utilities.spec - test/functions/colors.spec + - test/segments/command_execution_time.spec - test/segments/dir.spec - test/segments/rust_version.spec - test/segments/go_version.spec |