Skip to content

Commit

Permalink
Merge pr #39, fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCullum committed Nov 29, 2020
1 parent 4f6834d commit 8c70fe0
Show file tree
Hide file tree
Showing 3 changed files with 4,553 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
sudo: false
cache:
directories:
- node_modules
notifications:
email: true
language: node_js
node_js:
- '8'
- '9'
- '10'
- '11'
- '12'
- '13'
before_script:
- npm prune
- 'curl -Lo travis_after_all.py https://git.io/vLSON'
after_success:
- python travis_after_all.py
- export $(cat .to_export_back)
- istanbul-coveralls
- npm run report
- npm run codecov
- npm run docs
- git config --global user.name "Adam Powers"
- git config --global user.email "apowers@ato.ms"
Expand Down
Loading

0 comments on commit 8c70fe0

Please sign in to comment.