Skip to content

Commit f80d1fd

Browse files
authored
Merge pull request #723 from awwright/update-xml2rfc
Update xml2rfc required version
2 parents 362552f + 0d85f47 commit f80d1fd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: .travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: python
22
install:
3-
- pip install "xml2rfc<2.10"
3+
- pip install "xml2rfc~=2.20"
44
before_script:
55
- TAG=$(git tag -l --points-at HEAD)
66
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
7+
- xml2rfc -V
8+
- make all

0 commit comments

Comments
 (0)