We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 362552f + 0d85f47 commit f80d1fdCopy full SHA for f80d1fd
.travis.yml
@@ -1,9 +1,8 @@
1
language: python
2
install:
3
-- pip install "xml2rfc<2.10"
+- pip install "xml2rfc~=2.20"
4
before_script:
5
- TAG=$(git tag -l --points-at HEAD)
6
script:
7
-- xml2rfc jsonschema-core.xml --basename=jsonschema-core-$TAG --text --html
8
-- xml2rfc jsonschema-validation.xml --basename=jsonschema-validation-$TAG --text --html
9
-- xml2rfc jsonschema-hyperschema.xml --basename=jsonschema-hyperschema-$TAG --text --html
+- xml2rfc -V
+- make all
0 commit comments