Skip to content

Commit 0de368b

Browse files
committed
Fix install package test
1 parent 534b627 commit 0de368b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ script:
1919
- npm test
2020
# Test global install of the package
2121
- npm pack .
22-
- npm install -g solid-server-*.tgz
22+
- npm install -g solid-ws-*.tgz
2323

2424
cache: npm
2525

0 commit comments

Comments
 (0)