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

Commit 3e5089d

Browse files
committed
Use npm as a main package manager
1 parent 396b089 commit 3e5089d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ node_js:
66
- '10'
77

88
install:
9-
- npm install yarn -g
10-
- yarn install
11-
- yarn global add codeclimate-test-reporter
9+
- npm ci
10+
- npm install -g codeclimate-test-reporter
1211

1312
before_script:
1413
- export TZ=Europe/Warsaw

0 commit comments

Comments
 (0)