Skip to content

Commit

Permalink
add dash to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriz committed Jun 9, 2019
1 parent a9be087 commit e15bc37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -6,6 +6,6 @@ node_js:
- '10'
- '8'
after_success:
yarn add coveralls codecov &&
nyc report --reporter=text-lcov | coveralls &&
npm run codecov
- yarn add coveralls codecov
- nyc report --reporter=text-lcov | coveralls
- npm run codecov

0 comments on commit e15bc37

Please sign in to comment.