From 732d07325cb00a6b6d4dbff7f5c28305fc9d990b Mon Sep 17 00:00:00 2001 From: weyusi Date: Fri, 28 Sep 2018 11:54:17 +0930 Subject: [PATCH] Remove hexo from travis --- .travis.yml | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 51d6c69..d243df5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: - "node_modules" # cache the modules for faster build script: - - npm install -g snyk hexo-cli + - npm install -g snyk - npm install # install node modules - snyk auth $SNYK_TOKEN - - snyk test # Check node modules for vulnerability \ No newline at end of file + - snyk test # Check node modules for vulnerability diff --git a/README.md b/README.md index 7fe7eb1..01b9d5d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [![npm version](https://badge.fury.io/js/hexo-yam.svg)](https://www.npmjs.com/package/hexo-yam) [![Build Status](https://travis-ci.com/weyusi/hexo-yam.svg?branch=master)](https://travis-ci.com/weyusi/hexo-yam) [![NPM Dependencies](https://david-dm.org/weyusi/hexo-yam.svg)](https://david-dm.org/weyusi/hexo-yam) -[![Known Vulnerabilities](https://snyk.io/test/npm/hexo-yam/badge.svg)](https://snyk.io/test/npm/hexo-yam) [![Greenkeeper badge](https://badges.greenkeeper.io/weyusi/hexo-yam.svg)](https://greenkeeper.io/) +[![Known Vulnerabilities](https://snyk.io/test/npm/hexo-yam/badge.svg)](https://snyk.io/test/npm/hexo-yam) +[![Greenkeeper badge](https://badges.greenkeeper.io/weyusi/hexo-yam.svg)](https://greenkeeper.io/) > This project is based on [hexo-neat](https://github.com/rozbo/hexo-neat)