Skip to content

Commit

Permalink
Merge pull request #271 from kwonoj/test-travis
Browse files Browse the repository at this point in the history
Resolve test failure by lacks of jest
  • Loading branch information
orta committed Jun 8, 2017
2 parents 6b70985 + 8999753 commit ef8843e
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 ef8843e

Please sign in to comment.