run travis scripts with npm

This commit is contained in:
Zack Schuster 2018-08-06 12:02:16 -07:00
parent 982f243d5f
commit d7525912e1
1 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ node_js:
- "8"
- "10"
script:
- yarn test
- yarn rollup
- npm run test
- npm run rollup