misp-galaxy/.travis.yml

17 lines
215 B
YAML
Raw Normal View History

2017-02-13 18:32:53 +01:00
language: python
2016-04-11 12:49:57 +02:00
2017-02-13 18:32:53 +01:00
cache: pip
python:
- "3.6"
2016-04-11 12:49:57 +02:00
2017-02-13 18:32:53 +01:00
sudo: required
2016-04-11 12:49:57 +02:00
install:
2017-02-13 18:32:53 +01:00
- sudo apt-get update -qq
- sudo apt-get install -y -qq jq moreutils
- pip install jsonschema
2016-04-11 12:49:57 +02:00
script:
2017-02-13 18:32:53 +01:00
- ./validate_all.sh