Echoing travis commit range

This commit is contained in:
Alejandro Celaya 2019-04-22 19:13:02 +02:00
parent ce8a198acd
commit 502c8a7e02

View file

@ -14,6 +14,7 @@ install:
- npm ci
before_script:
- echo "Building commit range ${TRAVIS_COMMIT_RANGE}"
- export MUTATION_FILES=$(git diff ${TRAVIS_COMMIT_RANGE:-origin/master} --name-only | grep src/ | paste -sd ",")
script: