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