Skip to content

Commit 40c173f

Browse files
committed
remove snyk test
1 parent 2bce292 commit 40c173f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
node_js:
3-
- "6"
3+
- '6'

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
"uncss": "^0.14.1"
2929
},
3030
"scripts": {
31-
"test:snyk": "snyk test",
32-
"test:mocha": "mocha",
33-
"test": "npm run test:mocha && npm run test:snyk",
31+
"test": "mocha",
3432
"snyk-protect": "snyk protect",
3533
"prepublish": "npm run snyk-protect"
3634
},

0 commit comments

Comments
 (0)