aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-03-21 04:57:36 +0300
committerGitHub <noreply@github.com>2017-03-21 04:57:36 +0300
commit0132c5dc35eefa428e0b914c724c28c8068ac7e1 (patch)
treec431e6e1226b70760311af62bb518919dbaaef55 /.travis.yml
parent33b41ced8057ac5045e848bfa01c797d55a0b24e (diff)
parent56af9bb3c3af7fde10d5bdf291173644bf99546c (diff)
Merge pull request #446 from dritter/fix_442
Protect special characters in various modes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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
-