Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit a3f0a4c

Browse files
committed
Change from npm ci to npm install
1 parent 88206d2 commit a3f0a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ node_js:
1414
before_install:
1515
- npm install -g npm@6
1616
install:
17-
- npm ci
17+
- npm install
1818
script:
1919
- npm run check
2020
- npm test

0 commit comments

Comments
 (0)