mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
16 lines
215 B
YAML
16 lines
215 B
YAML
language: python
|
|
|
|
cache: pip
|
|
|
|
python:
|
|
- "3.6"
|
|
|
|
sudo: required
|
|
|
|
install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -y -qq jq moreutils
|
|
- pip install jsonschema
|
|
|
|
script:
|
|
- ./validate_all.sh
|