Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Switch to dependabot, add Node 12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cretezy committed Apr 10, 2020
1 parent a6e27e1 commit 9ec90d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ notifications:

node_js:
- "node"
- "12"
- "10"

script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Routex [![npm](https://img.shields.io/npm/v/routex.svg)](https://www.npmjs.com/package/routex) [![Travis CI](https://img.shields.io/travis/com/routexjs/routex.svg)](https://travis-ci.com/routexjs/routex) [![Codecov](https://img.shields.io/codecov/c/github/routexjs/routex.svg)](https://codecov.io/gh/routexjs/routex) [![Greenkeeper badge](https://badges.greenkeeper.io/routexjs/routex.svg)](https://greenkeeper.io/)
# Routex [![npm](https://img.shields.io/npm/v/routex.svg)](https://www.npmjs.com/package/routex) [![Travis CI](https://img.shields.io/travis/com/routexjs/routex.svg)](https://travis-ci.com/routexjs/routex) [![Codecov](https://img.shields.io/codecov/c/github/routexjs/routex.svg)](https://codecov.io/gh/routexjs/routex)

Modern Node router.

Expand Down

0 comments on commit 9ec90d4

Please sign in to comment.