Skip to content

Commit 1ee8d2f

Browse files
committed
Test global package installation on Travis.
1 parent 7e7fb8a commit 1ee8d2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ install:
1818
- npm ci
1919

2020
script:
21+
# Test the code
2122
- npm run standard
2223
- npm run nyc
24+
# Test global install of the package
25+
- npm pack .
26+
- npm install -g solid-server-*.tgz
2327

2428
after_success:
2529
- snyk monitor

0 commit comments

Comments
 (0)