We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf665d commit 4d1b6e2Copy full SHA for 4d1b6e2
.travis.yml
@@ -6,5 +6,5 @@ jobs:
6
include:
7
- stage: test
8
- stage: verify definitions
9
- if: type = pull_request
+ if: env(TRAVIS_COMMIT_RANGE) is present
10
script: npm run verify-definitions -- $TRAVIS_COMMIT_RANGE
0 commit comments