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 1b4ad98 commit a0248c1Copy full SHA for a0248c1
.travis.yml
@@ -76,6 +76,7 @@ matrix:
76
- python ./tools/test/travis-ci/scancode-evaluate.py -f scancode.json || true
77
after_success:
78
- python ./tools/test/travis-ci/scancode-evaluate.py -f scancode.json
79
+ - cat scancode-evaluate.log
80
- retval=$?
81
- |
82
if [ $retval == 0 ]; then
0 commit comments