From 3dff5963725cac7c5364559851059a101cf6406b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 11 Apr 2016 12:55:27 +0200 Subject: [PATCH] Add Travis file (validate json files) --- .travis.yml | 17 +++++++++++++++++ README.md | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e3735b5 --- /dev/null +++ b/.travis.yml @@ -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 . diff --git a/README.md b/README.md index d7d50ed..8a84bf1 100644 --- a/README.md +++ b/README.md @@ -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.