Skip to content

Commit 55b58cb

Browse files
committed
Update build config
1 parent cb3ca3b commit 55b58cb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@ node_js:
44
branches:
55
only:
66
- master
7-
cache:
8-
directories:
9-
- node_modules
107
before_install:
11-
- npm update
12-
install:
13-
- npm install
8+
- npm ci
149
script:
1510
- npm test -- --coverage
1611
- npm run report-coverage

0 commit comments

Comments
 (0)