add nodejs 10 to windows test (#13241)

* add nodejs 10 to windows test

* remove node 8 for better build speed
This commit is contained in:
Jiawen Geng 2018-08-02 08:09:37 +08:00 committed by Dan Abramov
parent ae63110335
commit d79238f1ee
1 changed files with 2 additions and 1 deletions

View File

@ -5,8 +5,9 @@ init:
- git config --global core.autocrlf input
environment:
nodejs_version: 8
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
matrix:
- nodejs_version: 10
# Finish on first failed build
matrix: