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

Commit

Permalink
Use npm as a main package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
budnix committed Apr 19, 2019
1 parent 396b089 commit 3e5089d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ node_js:
- '10'

install:
- npm install yarn -g
- yarn install
- yarn global add codeclimate-test-reporter
- npm ci
- npm install -g codeclimate-test-reporter

before_script:
- export TZ=Europe/Warsaw
Expand Down

0 comments on commit 3e5089d

Please sign in to comment.