1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Include node v10 for travis ci (#5490)

This commit is contained in:
Noel Yoo 2018-10-21 05:25:51 +09:00 committed by Tim Neutkens
parent 98eb710189
commit f43079659c

View file

@ -8,7 +8,7 @@
}
},
language: "node_js",
node_js: ["8"],
node_js: ["8", "10"],
cache: {
directories: ["node_modules"]
},