Skip to content

Commit

Permalink
Merge 84eb793 into aa77352
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDevice committed Mar 21, 2020
2 parents aa77352 + 84eb793 commit 77f4f13
Show file tree
Hide file tree
Showing 3 changed files with 4,393 additions and 5,074 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_js:
- 10

script:
- npm run lint
- npm run size
- npm run spellcheck
- npm run test -- --coverage --coverageReporters=text-lcov | coveralls
- nrun lint
- nrun size
- nrun spellcheck
- nrun test && cat coverage/lcov.info | coveralls

0 comments on commit 77f4f13

Please sign in to comment.