mirror of https://github.com/MISP/misp-book
chg: [misc] Removed travis, updated build badge, updated (c)
parent
57648ba7fd
commit
2c7bcc993f
29
.travis.yml
29
.travis.yml
|
@ -1,29 +0,0 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "14"
|
||||
|
||||
dist: trusty
|
||||
|
||||
sudo: required
|
||||
|
||||
install:
|
||||
- sudo apt-get -y install libgif-dev calibre npm
|
||||
- sudo npm config set strict-ssl false
|
||||
- sudo npm cache clean -f
|
||||
- sudo npm install -g n
|
||||
- sudo n stable
|
||||
- sudo npm update -g
|
||||
- npm install honkit
|
||||
- npm install gitbook-plugin-github
|
||||
- npm install gitbook-plugin-atoc
|
||||
- npm install gitbook-plugin-anchors
|
||||
- npm install gitbook-plugin-image-class
|
||||
- npm install gitbook-plugin-codesnippet
|
||||
- npm install gitbook-plugin-last-modified
|
||||
- npm install gitbook-plugin-sitemap
|
||||
- npm install gitbook-plugin-advanced-emoji
|
||||
- npm install gitbook-plugin-image-class
|
||||
|
||||
script:
|
||||
- npm install honkit
|
||||
- npx honkit build
|
10
README.md
10
README.md
|
@ -4,7 +4,7 @@ description: Introduction to MISP - Open Source Threat Intelligence Sharing Plat
|
|||
|
||||
# Introduction
|
||||
|
||||
[![Build Status](https://travis-ci.org/MISP/misp-book.svg?branch=master)](https://travis-ci.org/MISP/misp-book)
|
||||
![Build Status](https://github.com/MISP/misp-book/actions/workflows/honkit.yml/badge.svg)
|
||||
|
||||
![MISP logo](https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/logos/misp-logo.png)
|
||||
|
||||
|
@ -40,9 +40,9 @@ The MISP user guide is dual-licensed under [GNU Affero General Public License ve
|
|||
* Copyright \(C\) 2012 Christophe Vandeplas
|
||||
* Copyright \(C\) 2012 Belgian Defence
|
||||
* Copyright \(C\) 2012 NATO / NCIRC
|
||||
* Copyright \(C\) 2013-2020 Andras Iklody
|
||||
* Copyright \(C\) 2015-2021 Alexandre Dulaunoy
|
||||
* Copyright \(C\) 2014-2021 CIRCL - Computer Incident Response Center Luxembourg
|
||||
* Copyright \(C\) 2013-2021 Andras Iklody
|
||||
* Copyright \(C\) 2015-2022 Alexandre Dulaunoy
|
||||
* Copyright \(C\) 2014-2022 CIRCL - Computer Incident Response Center Luxembourg
|
||||
* Copyright \(C\) 2018 Camille Schneider
|
||||
* Copyright \(C\) 2018-2020 Steve Clement
|
||||
* Copyright \(C\) 2018-2022 Steve Clement
|
||||
* Copyright \(C\) 2021 Jeroen Pinoy
|
||||
|
|
Loading…
Reference in New Issue