Skip to content

Commit

Permalink
build(.travis.yml): Fixed coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
euberdeveloper committed Sep 7, 2019
1 parent b444209 commit fe190a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,6 +9,6 @@ install:
before_script:
- npm run transpile
script:
- npm run test
- npm run nyc
# Send coverage data to Coveralls
after_script: "npm run cover"

0 comments on commit fe190a1

Please sign in to comment.