diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2016-02-26 17:21:33 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2016-02-26 17:53:09 +0300 |
commit | 359109978964d226e9b0697c2e30e074ae5c8548 (patch) | |
tree | 362c9139a2b25fee641ba8cff2ed94355d579390 /.travis.yml | |
parent | 9ac79bd3aa49f037d3fc19bdf859b7ae1b05b762 (diff) |
Add tests for dynamic color overriding of vcs 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 71aff690..4f2c7a39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,5 @@ script: - test/segments/dir.spec - test/segments/rust_version.spec - test/segments/go_version.spec + - test/segments/vcs.spec |