We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3600fbd commit fab51a0Copy full SHA for fab51a0
.travis.yml
@@ -11,8 +11,7 @@ before_install:
11
- npm install -g typescript
12
script:
13
- tsc
14
-- [[ "$TRAVIS_COMMIT_MESSAGE" =~ \[semver\ (major|minor|patch)\] ]] && npm test
15
-- npm test-travis
+- npm run test-travis
16
- sh scripts/typedoc/generate_typedoc.sh
17
after_success:
18
- npm run report-coverage
0 commit comments