Skip to content

Commit

Permalink
Merge 5f32a56 into 6edd123
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Oct 18, 2019
2 parents 6edd123 + 5f32a56 commit ce60147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ addons:
- mongodb-org-server

install:
# It seems to be a good idea to clean before install
# see https://travis-ci.community/t/i-needed-an-explicit-cleanup-before-starting-my-tests-to-have-then-working-again-is-that-normal/5512/2
- npm run clean
- npm install

before_install:
Expand Down

0 comments on commit ce60147

Please sign in to comment.