Skip to content

Commit c790fae

Browse files
committed
Updated .travis.yml (#938)
1 parent 8d4aa03 commit c790fae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ install:
1717

1818
script:
1919
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm run license-checker; fi
20-
- npm run test
20+
- npm run lint
21+
- npm run test:coverage
22+
- npm run test:types
2123

2224
notifications:
2325
email:

0 commit comments

Comments
 (0)