Skip to content

Commit 0d85f47

Browse files
committed
Use Makefile for building
1 parent eb0add1 commit 0d85f47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ before_script:
55
- TAG=$(git tag -l --points-at HEAD)
66
script:
77
- xml2rfc -V
8-
- xml2rfc jsonschema-core.xml --basename=jsonschema-core-$TAG --text --html
9-
- xml2rfc jsonschema-validation.xml --basename=jsonschema-validation-$TAG --text --html
10-
- xml2rfc jsonschema-hyperschema.xml --basename=jsonschema-hyperschema-$TAG --text --html
8+
- make all

0 commit comments

Comments
 (0)