Skip to content

Commit c9d188f

Browse files
Merge pull request #684 from watson-developer-cloud/fix-travis
Fixes incorrect documentation in assistant v1.ts and fixes travis build
2 parents 2f315ea + 3600fbd commit c9d188f

File tree

4 files changed

+35
-33
lines changed

4 files changed

+35
-33
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)