Skip to content

Commit

Permalink
Merge 05e3574 into 03e3d95
Browse files Browse the repository at this point in the history
  • Loading branch information
KD0NKS committed Oct 31, 2019
2 parents 03e3d95 + 05e3574 commit 59d7564
Show file tree
Hide file tree
Showing 5 changed files with 908 additions and 2,513 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
language: node_js
node_js:
- "stable"
after_script: greenkeeper-lockfile-upload
- "8"
- "10"
- "12"

cache: npm
before_install:
- '[[ $(node -v) =~ ^v10.*$ ]] || npm install -g npm@latest'
- npm install -g greenkeeper-lockfile
before_script:
- npm run setup
- npm run build
- greenkeeper-lockfile-update
install: npm install
script:
- npm run test-report
- npm run test
after_success:
- npm run coverage
after_script: greenkeeper-lockfile-upload
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ imporove performance.
- status reports (partially)
- user defined data formats

## Requirements
- "node": ">= 10.15.3" - (requires ES6 support)

## Requirements - Development
- mocha globally installed to run unit tests
- chai - more unit testing stuff
- istanbul - code coverage metrics on unit tests
- eslint - keep the code clean and properly formatted

## Examples
To see how to use this module, please refer to the tests or https://github.com/KD0NKS/aprs-is-demo.

Expand Down
Loading

0 comments on commit 59d7564

Please sign in to comment.