Skip to content

Commit a402a55

Browse files
committed
travis remove node v8
1 parent bb12dff commit a402a55

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# sudo: false
22
language: node_js
33
node_js:
4-
- 8.16.0
54
- 10.0.0
65
- 12.0.0
76
- 14.0.0

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ It restarts target node process when any of required files changes (as standard
66

77
## Install
88

9+
![npm (scoped)](https://img.shields.io/npm/v/ts-node-dev.svg?maxAge=86400) [![Build Status](https://travis-ci.org/whitecolor/ts-node-dev.svg?branch=master)](https://travis-ci.org/whitecolor/ts-node-dev)
10+
11+
912
```
1013
yarn add ts-node-dev --dev
1114
```

0 commit comments

Comments
 (0)