aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNick Merwin <[email protected]>2019-02-22 09:54:19 -0800
committerGitHub <[email protected]>2019-02-22 09:54:19 -0800
commitaa2519c770e298d97e5d54df19f1b738c1ba893a (patch)
tree2e43bc3f4c26de87985182db63bb1eba2f8d86fa /.travis.yml
parentcc671251ef01d71bb340bc37336a8cfaae0542bc (diff)
downloadnode-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.yml2
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