Skip to content

Commit

Permalink
Merge pull request bulwark-crypto#34 from dustinengle/coveragefix
Browse files Browse the repository at this point in the history
Resolve indentation error in travis config.
  • Loading branch information
dustinengle committed Aug 21, 2018
2 parents fc9f0cb + 74a672b commit 8ef6b8c
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 @@ -9,4 +9,4 @@ jobs:
include:
- stage: Produce Coverage
node_js: node
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit 8ef6b8c

Please sign in to comment.