Skip to content

Commit

Permalink
Add snyk token
Browse files Browse the repository at this point in the history
  • Loading branch information
shakeelmohamed committed Oct 22, 2018
1 parent 158ad66 commit 9e5bcd6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 34 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
language: node_js
#env:
# - SNYK_TOKEN
install:
- npm install
- npm install
after_success:
- snyk monitor
- npm run snyk-monitor
cache:
directories:
- "$HOME/.npm"
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/789c495ac457dab0ae54
- https://webhooks.gitter.im/e/789c495ac457dab0ae54
on_success: always
on_failure: always
node_js:
- 8
- 10
env:
global:
secure: jzR1fDj7QoL/xlpZeC5+d7QaIm6J5NXHGefUEsaJM+2oFi1E49hOqHxWtaQo0k6EGdHKZXdfGuht+kalRQ5UoRQToSt6NwIs+iK6aNO+noNrXN+IEP5mqFPMwhXDtSsXtfavpoMaK729ZCU6s8ASsaZKLNFY+CrxbSjzMOtjVmiMkG6kw9+UqlaBO6BWC3+Te/HmXta8wSI3Frsl93DmnwVS8F+obKzRegVEnRHilbcPfSJavszwe3ASal1q/ptB18RmCC0f6Et7ObVrT3oVK6cq97FycWToePwD2OD1z1Lrg5HJsYPcqWV1YAwMpa1Rp1P+SC0aVojMcwxP3FOaaIRYKhIjvodbRYNzY3UTlSHBMcwNH4hz6JhuPmZF9Qs8CDb2QjuVjaHxZq/+C+Wzu+eklJeU1vpTnBtuhlfNTI5KNG3TVczSy1PbA6KRKESmj2VGgLGGKfY77DWE9CL9V98t9+183qcBTl07IKTQlCOILhVJtL/mBs8nxj25ZpyTfv2ZMkxg1QqJQsqyxt/W2NPlDjIr4RWt4vbSpfKr3t5RJ/FSILUUh0NiL/wMh6ZcKmDp+YdwE4e0ZBTLB5mzEU658owA6e/ndlJrG7DRFahCtHoSIK6PQc9nwsR1WzNx2kZ4X7187EgQMmFONqQ225R7Kcapvcbc2q9t9CdsmPw=
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"pretest": "npm run stylelint:css && npm run lint",
"test": "snyk test && mocha",
"exp-fix:js": "eslint js/everything.js --fix",
"start": "http-server --cors -o -a localhost"
"start": "http-server --cors -o -a localhost",
"snyk-monitor": "snyk monitor"
},
"repository": {
"type": "git",
Expand All @@ -36,14 +37,14 @@
"eslint": "^5.4.0",
"htmlhint": "^0.10.1",
"mocha": "^5.2.0",
"snyk": "^1.104.1",
"stylelint": "^9.5.0",
"zombie": "^6.1.3",
"snyk": "^1.103.4"
"zombie": "^6.1.3"
},
"engines": {
"node": ">=8.x"
},
"dependencies": {
"http-server": "^0.10.0"
}
}
}

0 comments on commit 9e5bcd6

Please sign in to comment.