Skip to content

Commit 9913e1c

Browse files
authored
Merge pull request #685 from watson-developer-cloud/anweshan-patch-1
Removes line checking if it is a release in order to run travis
2 parents c9d188f + a52eeaa commit 9913e1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ before_install:
1111
- npm install -g typescript
1212
script:
1313
- tsc
14-
- [[ "$TRAVIS_COMMIT_MESSAGE" =~ \[semver\ (major|minor|patch)\] ]] && npm test
1514
- npm test-travis
1615
- sh scripts/typedoc/generate_typedoc.sh
1716
after_success:

0 commit comments

Comments
 (0)