mirror of https://github.com/curbengh/hexo-yam
Remove hexo from travis
This commit is contained in:
parent
6f703e9e47
commit
732d07325c
|
@ -7,7 +7,7 @@ cache:
|
||||||
- "node_modules" # cache the modules for faster build
|
- "node_modules" # cache the modules for faster build
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm install -g snyk hexo-cli
|
- npm install -g snyk
|
||||||
- npm install # install node modules
|
- npm install # install node modules
|
||||||
- snyk auth $SNYK_TOKEN
|
- snyk auth $SNYK_TOKEN
|
||||||
- snyk test # Check node modules for vulnerability
|
- snyk test # Check node modules for vulnerability
|
|
@ -3,7 +3,8 @@
|
||||||
[![npm version](https://badge.fury.io/js/hexo-yam.svg)](https://www.npmjs.com/package/hexo-yam)
|
[![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)
|
[![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)
|
[![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)
|
> This project is based on [hexo-neat](https://github.com/rozbo/hexo-neat)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue