Skip to content

Commit

Permalink
chore: update site (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng authored Jun 27, 2021
1 parent 65a1d27 commit 1b96650
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- docker

node_js:
- '8'
- 12

before_install:
- docker pull macacajs/reliable-mysql
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
[![docker layers][docker-layers-image]][docker-url]
[![docker-size][docker-size-image]][docker-url]

[travis-image]: https://img.shields.io/travis/macacajs/reliable/master.svg?style=flat-square&logo=travis
[travis-url]: https://travis-ci.org/macacajs/reliable
[codecov-image]: https://img.shields.io/codecov/c/github/macacajs/reliable/master.svg?style=flat-square
[travis-image]: https://travis-ci.com/macacajs/reliable.svg?branch=master
[travis-url]: https://travis-ci.com/macacajs/reliable
[codecov-image]: https://img.shields.io/codecov/c/github/macacajs/reliable/master.svg
[codecov-url]: https://codecov.io/gh/macacajs/reliable
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg?style=flat-square
[node-image]: https://img.shields.io/badge/node.js-%3E=_12-green.svg
[node-url]: http://nodejs.org/download/
[docker-pull-image]: https://img.shields.io/docker/pulls/macacajs/reliable-web.svg?style=flat-square&logo=dockbit
[docker-layers-image]: https://img.shields.io/microbadger/layers/macacajs/reliable-web.svg?style=flat-square&logo=dockbit
[docker-size-image]: https://img.shields.io/microbadger/image-size/macacajs/reliable-web.svg?style=flat-square&logo=dockbit
[docker-pull-image]: https://img.shields.io/docker/pulls/macacajs/reliable-web.svg?logo=dockbit
[docker-layers-image]: https://img.shields.io/microbadger/layers/macacajs/reliable-web.svg?logo=dockbit
[docker-size-image]: https://img.shields.io/microbadger/image-size/macacajs/reliable-web.svg?logo=dockbit
[docker-url]: https://hub.docker.com/r/macacajs/reliable-web/

> Testing management suite with continuous delivery support.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"request": "^2.88.0",
"sinon": "^6.1.4",
"uuid": "^3.3.2",
"vuepress": "^0.14.8"
"vuepress": "^1.8.2"
},
"engines": {
"node": ">=8.9.0"
Expand Down

0 comments on commit 1b96650

Please sign in to comment.