Add Travis file (validate json files)

pull/2/head
Raphaël Vinot 2016-04-11 12:55:27 +02:00
parent d6ca58be66
commit 3dff596372
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-objects
[![Build Status](https://travis-ci.org/MISP/misp-objects.svg?branch=master)](https://travis-ci.org/MISP/misp-objects)
MISP objects to be used in MISP (3.0) system and can be used by other information sharing tool. MISP objects
are in addition to MISP attributes to allow advanced combinations of attributes. The creation of these objects
and their associated attributes are based on real cyber security use-cases and existing practices in information sharing.