Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit e367eba

Browse files
committed
chore(ci): remove npm ci command
1 parent 1aa7f4e commit e367eba

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
@@ -14,7 +14,7 @@ notifications:
1414
branches:
1515
only:
1616
- master
17-
install: npm ci
17+
install: npm install
1818
script: npm run test:coverage
1919
jobs:
2020
include:

0 commit comments

Comments
 (0)