Skip to content

Commit

Permalink
Merge pull request mapbox#29 from mapbox/jaericson/node-14
Browse files Browse the repository at this point in the history
Tests against Node v10, v12, and v14 and hooks into codecov.io for code coverage
  • Loading branch information
Jeff authored Dec 10, 2020
2 parents 5e0be48 + a9c5459 commit 865e4b7
Show file tree
Hide file tree
Showing 4 changed files with 3,646 additions and 2,156 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: node_js
node_js:
- 6
- 8
sudo: false
- 10
- 12
- 14
script:
- npm test
after_script:
- npm run upload-coverage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.com/mapbox/geo-viewport.svg)](https://travis-ci.com/mapbox/geo-viewport)
[![Build Status](https://travis-ci.com/mapbox/geo-viewport.svg)](https://travis-ci.com/mapbox/geo-viewport) [![codecov](https://codecov.io/gh/mapbox/geo-viewport/branch/master/graph/badge.svg)](https://codecov.io/gh/mapbox/geo-viewport)

# geo-viewport

Expand Down
Loading

0 comments on commit 865e4b7

Please sign in to comment.