Skip to content

Commit

Permalink
fix: run tests serial
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Apr 26, 2019
1 parent c3b5863 commit 24a82de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ script:
- npm run build
- npm run test
- npm run lint
- NODE_ENV=test nyc --silent ava
- NODE_ENV=test nyc --silent ava --serial
- nyc report --reporter=text-lcov | coveralls
- nyc check-coverage --lines 50
after_success:
Expand Down

0 comments on commit 24a82de

Please sign in to comment.