Skip to content

Commit ac9bf2b

Browse files
author
Martin Brocker
authored
Merge pull request #1053 from jembi/patch-security-risks
Patch security risks
2 parents 84d02dd + eed1d3f commit ac9bf2b

File tree

5 files changed

+301
-745
lines changed

5 files changed

+301
-745
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,19 @@ language: node_js
22
node_js:
33
- "lts/carbon"
44
- "lts/dubnium"
5-
- "10.15.0"
65
- "node"
76
matrix:
87
fast_finish: true
98
allow_failures:
109
- node_js: 'node'
11-
- node_js: 'lts/dubnium'
1210
services:
13-
- docker
1411
- mongodb
15-
sudo: required
1612
before_install:
1713
- export TZ=Africa/Johannesburg
14+
script:
15+
- npm test
1816
after_success:
1917
- npm run coverage
20-
- ".travis/build_docker.sh"
2118
notifications:
2219
slack:
2320
rooms:

0 commit comments

Comments
 (0)