Skip to content

Commit

Permalink
Resolve test failure by lacks of jest
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Jun 7, 2017
1 parent 370f2c0 commit 8999753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8999753

Please sign in to comment.