Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
Error in Travis CI config was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
litichevskiydv committed Dec 26, 2019
1 parent 635f076 commit 1653f6e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@ jobs:
include:
- stage: coverage
node_js: lts/*
install: npm ci
install:
- npm ci
- npm i grpc --no-save
script:
- npm run build:server:protos
- npm run build:client
- jest --coverage --coverageReporters=text-lcov | coveralls
- stage: deploy
node_js: lts/*
install: npm ci
install:
- npm ci
- npm i grpc --no-save
script: skip
deploy:
provider: npm
Expand Down

0 comments on commit 1653f6e

Please sign in to comment.