Skip to content

Commit a4c49f5

Browse files
Merge pull request opencontainers#1382 from vbatts/fix_travis_var
travis: use alternate commit range
2 parents 3f3dbc5 + 36b61ae commit a4c49f5

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
@@ -25,6 +25,6 @@ before_install:
2525
- go get -u github.com/mvdan/sh/cmd/shfmt
2626

2727
script:
28-
- git-validation -run DCO,short-subject -v -range ${TRAVIS_COMMIT_RANGE}
28+
- git-validation -run DCO,short-subject -v -range ${TRAVIS_BRANCH}..FETCH_HEAD
2929
- make BUILDTAGS="${BUILDTAGS}"
3030
- make BUILDTAGS="${BUILDTAGS}" clean validate test

0 commit comments

Comments
 (0)