Skip to content

Commit d042a49

Browse files
committed
build: check installed packages for incompatibility with supported node versions
1 parent c311651 commit d042a49

File tree

3 files changed

+2295
-2189
lines changed

3 files changed

+2295
-2189
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ script:
1414
- tsc
1515
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then npm run test-travis; else npm run
1616
test-unit-travis; fi
17+
- npm run check-packages
1718
- sh scripts/typedoc/generate_typedoc.sh
1819
after_success:
1920
- npm run report-coverage

0 commit comments

Comments
 (0)