Skip to content

Commit

Permalink
(chore) upgrade for node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Apr 26, 2018
1 parent 8bfdc31 commit cf7630e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "9"
- "10"
- "4"
- "6"
- "8"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -175,7 +175,7 @@
"nssocket": "0.6.0",
"pidusage": "^1.2.0",
"pm2-axon": "3.1.0",
"pm2-axon-rpc": "0.5.0",
"pm2-axon-rpc": "^0.5.1",
"pm2-deploy": "^0.3.9",
"pm2-multimeter": "^0.1.2",
"pmx": "^1.6",
Expand Down
2 changes: 1 addition & 1 deletion test/programmatic/watcher.js
Expand Up @@ -172,7 +172,7 @@ describe('Watcher', function() {

pm2.describe('server-watch', function(err, d) {
should(d[0].pm2_env.restart_time).eql(2)
fs.unlink(path)
fs.unlinkSync(path)
return cb()
})
})
Expand Down

0 comments on commit cf7630e

Please sign in to comment.