diff options
Diffstat (limited to 'src/rapidjson/bin/jsonschema/.travis.yml')
-rw-r--r-- | src/rapidjson/bin/jsonschema/.travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rapidjson/bin/jsonschema/.travis.yml b/src/rapidjson/bin/jsonschema/.travis.yml new file mode 100644 index 00000000..deecd611 --- /dev/null +++ b/src/rapidjson/bin/jsonschema/.travis.yml @@ -0,0 +1,4 @@ +language: python +python: "2.7" +install: pip install jsonschema +script: bin/jsonschema_suite check |