diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-03-21 04:57:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-21 04:57:36 +0300 |
commit | 0132c5dc35eefa428e0b914c724c28c8068ac7e1 (patch) | |
tree | c431e6e1226b70760311af62bb518919dbaaef55 /.travis.yml | |
parent | 33b41ced8057ac5045e848bfa01c797d55a0b24e (diff) | |
parent | 56af9bb3c3af7fde10d5bdf291173644bf99546c (diff) |
Merge pull request #446 from dritter/fix_442
Protect special characters in various modes
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 - |