Add Travis file (validate json files)

pull/4/head
Raphaël Vinot 2016-04-11 12:49:57 +02:00
parent c447879c0a
commit cb388399d4
2 changed files with 19 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: bash
sudo: required
dist: trusty
install:
- git clone https://github.com/stedolan/jq.git
- pushd jq
- autoreconf -i
- ./configure --disable-maintainer-mode
- make
- sudo make install
- popd
script:
- cat */*.json | jq .

View File

@ -1,5 +1,7 @@
# misp-galaxy # misp-galaxy
[![Build Status](https://travis-ci.org/MISP/misp-galaxy.svg?branch=master)](https://travis-ci.org/MISP/misp-galaxy)
MISP galaxy is a simple method to express a large object called cluster that can be attached to MISP events or MISP galaxy is a simple method to express a large object called cluster that can be attached to MISP events or
attributes. A cluster can be composed of one or more elements. Elements are expressed as key-values. There attributes. A cluster can be composed of one or more elements. Elements are expressed as key-values. There
are default elements available in MISP galaxy but those can be overwritten, replaced or updated as you wish. are default elements available in MISP galaxy but those can be overwritten, replaced or updated as you wish.