Skip to content

Commit

Permalink
add badge and travis-ci build configure
Browse files Browse the repository at this point in the history
  • Loading branch information
tsanie committed Jan 24, 2018
1 parent 0e3ebcd commit cc138bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: node_js
node_js:
- "6"

cache:
directories:
- node_modules

script: npm test
6 changes: 6 additions & 0 deletions README.md
@@ -1,4 +1,10 @@
# hexo-filter-optimize
[![npm-build]][npm-build-link] [![travis-ci]][travis-ci-link]

[npm-build]: https://img.shields.io/npm/v/hexo-filter-optimize.svg?style=flat
[npm-build-link]: https://www.npmjs.com/package/hexo-filter-optimize
[travis-ci]: https://img.shields.io/travis/theme-next/hexo-filter-optimize/master.svg?style=flat
[travis-ci-link]: https://travis-ci.org/theme-next/hexo-filter-optimize

A hexo plugin that optimize the pages loading speed.

Expand Down

0 comments on commit cc138bd

Please sign in to comment.