Skip to content

Commit 4d1b6e2

Browse files
committed
only verify defs if have commit range
1 parent 0cf665d commit 4d1b6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
include:
77
- stage: test
88
- stage: verify definitions
9-
if: type = pull_request
9+
if: env(TRAVIS_COMMIT_RANGE) is present
1010
script: npm run verify-definitions -- $TRAVIS_COMMIT_RANGE

0 commit comments

Comments
 (0)