From 56fecbd9229d79da4950044f2915d08c9c3e296b Mon Sep 17 00:00:00 2001 From: aquariuslt Date: Thu, 5 Sep 2019 01:21:54 +0800 Subject: [PATCH] ci: update .travis.yml since add `react` and `react-dom` as devDependencies --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 532caaa..8ca18f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - - "8" - "10" + - "12" env: - REACT=16.x script: @@ -9,6 +9,5 @@ script: - npm run coverage before_install: - npm install - - npm install react react-dom after_script: npm install coveralls && nyc report --reporter=text-lcov | coveralls