Skip to content

Commit

Permalink
Removed xml validation build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jag3773 committed Dec 19, 2019
1 parent 4153b84 commit 089378a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
@@ -1,12 +1,8 @@
dist: bionic
language: python
# install dependencies
before_install:
- sudo apt-get update
- sudo apt-get install -y libxml2-utils
install:
- pip install rnc2rng jsonschema
- pip install jsonschema
# command to run tests
script:
- ./cibuild.sh
- python code/validate.py docs/examples/*.json
21 changes: 0 additions & 21 deletions cibuild.sh

This file was deleted.

0 comments on commit 089378a

Please sign in to comment.