Skip to content

Commit

Permalink
fix: correct test script in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Mallon committed Jul 2, 2020
1 parent 573fdf7 commit efa6c6e
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 @@ -4,7 +4,7 @@ node_js:
- 10
script:
- npm run build
- npm run test
- npm run test:unit
deploy:
provider: npm
edge: true
Expand Down

0 comments on commit efa6c6e

Please sign in to comment.