summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2019-08-01 09:28:08 +0200
committerSebastian Wiesner <sebastian@swsnr.de>2019-08-01 09:28:08 +0200
commit3daa28ecabee36f6a3127fe34ef343fd32bc17a6 (patch)
tree89b8713a37a1f08921522be606a58937cc538742
parent3d00745b3cfb299c6005da4396f0455b3896f7dd (diff)
Update ansi2html version used in tests
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 609043e..f99faa0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ addons:
env:
global:
- - ANSI2HTML_VERSION=1.4.2
+ - ANSI2HTML_VERSION=1.5.2
before_install:
# For formatting tests
- pip install --user ansi2html==${ANSI2HTML_VERSION}