Skip to content

Commit 22a10fb

Browse files
authored
Merge pull request #370 from adamvoss/ci-build
Add Travis CI build
2 parents 7a03092 + 0bb539b commit 22a10fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
install:
3+
- pip install xml2rfc
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

0 commit comments

Comments
 (0)