Skip to content

Commit

Permalink
Fix coveralls for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Jul 18, 2018
1 parent 05e1173 commit 9260595
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ script:
fi

after_success:
- "cat ${TRAVIS_BUILD_DIR}/coverage/lcov.info | coveralls"
- if [[ "$TRAVIS_EVENT_TYPE" != "pull_request" && "$TRAVIS_EVENT_TYPE" != "cron" ]]; then
cat ${TRAVIS_BUILD_DIR}/coverage/lcov.info | coveralls;
fi

2 changes: 1 addition & 1 deletion demo/notification-basic-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3>Content Renderer Function</h3>
});
</script>
</template>
</vaadin-demo-snippet>saf
</vaadin-demo-snippet>

<h3>Action</h3>
<p>Use a text button to allow users take action on a process performed by the app.</p>
Expand Down

0 comments on commit 9260595

Please sign in to comment.