Skip to content

Commit

Permalink
Merge pull request #41 from jthomperoo/upgrade_pkgs_to_resolve_vlns
Browse files Browse the repository at this point in the history
Upgrade dependencies to resolve vulnerabilities
  • Loading branch information
mbengit authored Jun 30, 2021
2 parents 869cb0e + 9981d55 commit a49f794
Show file tree
Hide file tree
Showing 3 changed files with 12,627 additions and 8,376 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: xenial
language: node_js
node_js:
- "8"
- "14"

before_script:
- export DISPLAY=:99.0
Expand All @@ -16,7 +16,7 @@ addons:
token:
secure: "${SONAR_CLOUD_TOKEN}"

script:
script:
- npm run lint && npm run test
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ -z "$TRAVIS_TAG" ] && [ "$TRAVIS_REPO_SLUG" == "ibm/qpylib" ]; then sonar-scanner; fi # sonar only on non-PRs

Expand Down
Loading

0 comments on commit a49f794

Please sign in to comment.