diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2017-03-18 22:08:56 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2017-03-18 22:08:56 +0300 |
commit | 41d92371ae57f6e163e82ba036937e21b89c1e4d (patch) | |
tree | af682edb4946d9536c2dffb9ed70f73459751186 /.travis.yml | |
parent | d9374412e6841828c226b3529e0483d1a9aa65e9 (diff) |
Add tests for setting the right locale in icons.zsh
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ad4eb8c6..3e2439d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,9 @@ script: - test/powerlevel9k.spec - test/functions/utilities.spec - test/functions/colors.spec + - test/functions/icons.spec - test/segments/command_execution_time.spec - test/segments/dir.spec - test/segments/rust_version.spec - test/segments/go_version.spec - test/segments/vcs.spec - |