Skip to content

Commit 23fc3ab

Browse files
committed
Bump node version in travis-ci cause atimeMs and mtimeMs are not part of the Stats object in node 8.0.0 (https://github.com/nodejs/node/blob/v8.0.0/doc/api/fs.md#class-fsstats)
1 parent c82d140 commit 23fc3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
node_js: '8.0'
2+
node_js: '8.9'
33

44
script:
55
- npm run all

0 commit comments

Comments
 (0)