Skip to content

Commit

Permalink
chore: fix missing npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
fmal committed Oct 10, 2019
1 parent 5476745 commit 43e7d1a
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 @@ -21,7 +21,7 @@ script:
- |
if [[ $SKIP_TESTS != 'true' ]]; then
npm prune
npm run checkdeps
npm run deps:check
npm run typecheck
npm run lint
npm test
Expand Down

0 comments on commit 43e7d1a

Please sign in to comment.