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:
parent
98eb710189
commit
f43079659c
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
},
|
||||
language: "node_js",
|
||||
node_js: ["8"],
|
||||
node_js: ["8", "10"],
|
||||
cache: {
|
||||
directories: ["node_modules"]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue