diff --git a/.travis.yml b/.travis.yml index ae725a1a..0b999da5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ script: - "dnu build" - "cd ../test" - "dnu restore" +- "npm install ansi-to-html" - "dnu build" - "dnx test"