Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
chore(generator): Run coveralls after success
Browse files Browse the repository at this point in the history
Fix broken travis builds because of coveralls issue: lemurheavy/coveralls-public#1264
  • Loading branch information
mischah committed Feb 20, 2019
1 parent f38ea91 commit 423389f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ before_install:
before_script:
- npm install -g yo
- npm test
- npm run coveralls
notifications:
webhooks:
urls:
Expand Down Expand Up @@ -50,3 +49,6 @@ script:
- npm install
- npm run build
- npm run build:dev
after_success:
- cd ..
- npm run coveralls

0 comments on commit 423389f

Please sign in to comment.