From 89997538a07e272e3f4468c619308fab9231848a Mon Sep 17 00:00:00 2001 From: OJ Kwon Date: Wed, 7 Jun 2017 16:21:45 -0700 Subject: [PATCH] Resolve test failure by lacks of jest --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 90b89082f..439e65db8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ matrix: script: - yarn lint +- yarn add jest - yarn test -- --coverage --no-cache && rm ./coverage/coverage-final.json - yarn docs - if [[ $TRAVIS_NODE_VERSION == "7" ]]; then yarn add dtslint; yarn dts-lint; fi