Skip to content

Commit

Permalink
Build fix for unit test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwilaby committed Jan 8, 2019
1 parent f74cb46 commit fc0a2ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ notifications:
email: false

before_install:
- npm cache verify
- npm prune
- npm i -g lerna
- lerna clean --yes

Expand All @@ -19,3 +21,5 @@ install:
script:
- npm run build
- npm run test:coveralls

cache: false

0 comments on commit fc0a2ea

Please sign in to comment.