diff options
| author | Nick Merwin <[email protected]> | 2019-02-22 09:54:19 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-22 09:54:19 -0800 |
| commit | aa2519c770e298d97e5d54df19f1b738c1ba893a (patch) | |
| tree | 2e43bc3f4c26de87985182db63bb1eba2f8d86fa /.travis.yml | |
| parent | cc671251ef01d71bb340bc37336a8cfaae0542bc (diff) | |
| download | node-coveralls-3.0.3.tar.xz node-coveralls-3.0.3.zip | |
dependency security audit fixes from npm & snyk (#210)3.0.3
* dependency security audit fixes from npm & snyk
* version bump
* remove end-of-life node versions (4,5) from Travis
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b7c3c78..3bd9c80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,5 @@ node_js: - "node" - "8" - "6" - - "5" - - "4" script: make test-coveralls sudo: false |
