Skip to content

Commit

Permalink
ci: update .travis.yml since add react and react-dom as devDepend…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
aquariuslt committed Sep 4, 2019
1 parent 823f536 commit 56fecbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
language: node_js
node_js:
- "8"
- "10"
- "12"
env:
- REACT=16.x
script:
- npm test
- npm run coverage
before_install:
- npm install
- npm install react react-dom
after_script:
npm install coveralls && nyc report --reporter=text-lcov | coveralls

0 comments on commit 56fecbd

Please sign in to comment.