Removed references to master branch

This commit is contained in:
Alejandro Celaya
2020-06-20 20:03:00 +02:00
parent da6d7aea8b
commit 4cb7aa64cf
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ install:
before_script:
- echo "Building commit range ${TRAVIS_COMMIT_RANGE}"
- export MUTATION_FILES=$(git diff ${TRAVIS_COMMIT_RANGE:-origin/master} --name-only | grep -E 'src\/(.*).(js|ts|jsx|tsx)$' | paste -sd ",")
- export MUTATION_FILES=$(git diff ${TRAVIS_COMMIT_RANGE:-origin/main} --name-only | grep -E 'src\/(.*).(js|ts|jsx|tsx)$' | paste -sd ",")
script:
- npm run lint