Skip to content

Commit 56fecbd

Browse files
committed
ci: update .travis.yml since add react and react-dom as devDependencies
1 parent 823f536 commit 56fecbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: node_js
22
node_js:
3-
- "8"
43
- "10"
4+
- "12"
55
env:
66
- REACT=16.x
77
script:
88
- npm test
99
- npm run coverage
1010
before_install:
1111
- npm install
12-
- npm install react react-dom
1312
after_script:
1413
npm install coveralls && nyc report --reporter=text-lcov | coveralls

0 commit comments

Comments
 (0)