Skip to content

Commit 049be32

Browse files
authored
chore(test): use npm ci to install for Travis
1 parent a656da6 commit 049be32

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
@@ -11,7 +11,7 @@ addons:
1111
firefox: latest
1212

1313
install:
14-
- npm install
14+
- npm ci
1515

1616
script:
1717
- npm run lint

0 commit comments

Comments
 (0)