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

Commit

Permalink
Command in script was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
litichevskiydv committed Mar 10, 2019
1 parent b39a4a6 commit fba4f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
include:
- stage: coverage
node_js: lts/*
script: jest --coverage --coverageReporters=text-lcov | coveralls
script: npm run build:protos && npm run build:types && jest --coverage --coverageReporters=text-lcov | coveralls

0 comments on commit fba4f09

Please sign in to comment.