Skip to content

Commit 96ee0e0

Browse files
committed
Use npm ci for travis
1 parent 24ae714 commit 96ee0e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
fi
1616

1717
install:
18-
- npm install
18+
- npm ci
1919
- npm run vscode:prepublish
2020

2121
script:

0 commit comments

Comments
 (0)