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

Commit

Permalink
Build settings were fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
litichevskiydv committed Nov 7, 2019
1 parent bf16c8c commit 641f5af
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 @@ -8,14 +8,18 @@ node_js:
- node
install: npm ci
script:
- npm run build:protos
- npm run build:server:protos
- npm run build:client
- npm test
jobs:
include:
- stage: coverage
node_js: lts/*
install: npm ci
script: npm run build:protos && jest --coverage --coverageReporters=text-lcov | coveralls
script:
- npm run build:server:protos
- npm run build:client
- jest --coverage --coverageReporters=text-lcov | coveralls
- stage: deploy
node_js: lts/*
install: npm ci
Expand Down

0 comments on commit 641f5af

Please sign in to comment.