We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b27f4 commit 986cd09Copy full SHA for 986cd09
.travis.yml
@@ -61,6 +61,9 @@ matrix:
61
- pip install scancode-toolkit==3.1.1
62
before_script:
63
- mkdir -p SCANCODE
64
+ # Fetch remaining information needed for branch comparison
65
+ - git fetch --all --unshallow --tags
66
+ - git fetch origin "${TRAVIS_BRANCH}"
67
script:
68
# scancode does not support list of files, only one file or directory
69
# we use SCANCODE directory for all changed files (their copies with full tree)
0 commit comments