Skip to content

Commit fab51a0

Browse files
Anwesha NaskarAnwesha Naskar
authored andcommitted
ci(fix test-travis script):
1 parent 3600fbd commit fab51a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ before_install:
1111
- npm install -g typescript
1212
script:
1313
- tsc
14-
- [[ "$TRAVIS_COMMIT_MESSAGE" =~ \[semver\ (major|minor|patch)\] ]] && npm test
15-
- npm test-travis
14+
- npm run test-travis
1615
- sh scripts/typedoc/generate_typedoc.sh
1716
after_success:
1817
- npm run report-coverage

0 commit comments

Comments
 (0)