diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2016-02-13 21:23:30 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2016-02-13 21:23:30 +0300 |
commit | 7cf46711cca890244b4331629c060c4d19840de3 (patch) | |
tree | 29beb4da14e6c504f692dede0461e7c58360a97c /.travis.yml | |
parent | 4844bbbaea2efad343a2478fda8777752dc1ae85 (diff) |
Add tests for the dir 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 7e4f8d11..a2e2a0e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,5 @@ script: - test/powerlevel9k.spec - test/functions/utilities.spec - test/functions/colors.spec + - test/segments/dir.spec |