We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf585c commit c67001aCopy full SHA for c67001a
.travis.yml
@@ -2,7 +2,7 @@ matrix:
2
include:
3
- language: java
4
script:
5
- - make TEST_DATA=test/simpleTestForGenerator validate-canonical-match
+ - make validate-canonical-match
6
- language: node_js
7
node_js:
8
- "node"
Makefile
@@ -1,5 +1,5 @@
1
TOOL_VERSION = 2.1.9
-TEST_DATA = ../license-test-files
+TEST_DATA = test/simpleTestForGenerator
.PHONY: validate-canonical-match
validate-canonical-match: spdx-tools-$(TOOL_VERSION).jar-valid resources/licenses-full.json $(TEST_DATA) .tmp
0 commit comments