From 0a4edb524b91c9a255e15ef68784cb359e4aa17a Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Sat, 22 Dec 2018 17:11:31 +0100 Subject: [PATCH] update --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index dd088dd..617fcca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,8 @@ before_script: - export PATH="~/bin:$PATH" script: +# first run is buggy.. https://github.com/kulshekhar/ts-jest/issues/805 +- npm run testcoverage || true - npm run testcoverage - npm run build - npm run go-testcoverage