Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@ addons:
- nicola.localhost

before_install:
- echo "No GitHub dependencies allowed" &&
! grep '"github:' package-lock.json
- npm install -g npm@latest

install:
- npm ci

script:
# Test the code
- npm run standard
- npm run nyc
# Test global install of the package
- npm pack .
- npm install -g solid-server-*.tgz

after_success:
- snyk monitor
Expand Down
37 changes: 19 additions & 18 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ip-range-check": "0.0.2",
"is-ip": "^2.0.0",
"li": "^1.0.1",
"mashlib": "^0.7.12",
"mashlib": "^0.7.13",
"mime-types": "^2.1.11",
"negotiator": "^0.6.0",
"node-fetch": "^2.1.2",
Expand Down