Skip to content

Commit e0661f2

Browse files
author
Ben Monro
committed
fix: bump build to node 10
BREAKING CHANGE: no longer supporting node 8, update to node 10
1 parent e9010c4 commit e0661f2

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
@@ -7,7 +7,7 @@ cache:
77
- ~/.npm
88
notifications:
99
email: false
10-
node_js: "8"
10+
node_js: "10"
1111
install: npm install
1212
script:
1313
- npm run test

0 commit comments

Comments
 (0)