Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CircleCI status badge #3

Merged
merged 2 commits into from
Sep 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
. venv/bin/activate
export JDK_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
coverage run --source=. -m unittest discover -v
coverage run --source=emoint -m unittest discover -v
coverage report
COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN coveralls --verbose
- run:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# EmoInt
[![Build Status](https://api.travis-ci.org/SEERNET/EmoInt.svg)](https://travis-ci.org/SEERNET/EmoInt)
[![Coverage Status](https://coveralls.io/repos/github/SEERNET/EmoInt/badge.svg)](https://coveralls.io/github/SEERNET/EmoInt)
[![Travis Build Status](https://api.travis-ci.org/SEERNET/EmoInt.svg)](https://travis-ci.org/SEERNET/EmoInt)
[![CircleCI Build Status](https://circleci.com/gh/SEERNET/EmoInt.svg?style=svg)](https://circleci.com/gh/SEERNET/EmoInt)
[![Build Status](https://api.travis-ci.org/SEERNET/EmoInt.svg)](https://circleci.com/gh/SEERNET/EmoInt)

EmoInt can be used for [affective computing](https://en.wikipedia.org/wiki/Affective_computing)
like sentiment analysis, emotion classification, emotion intensity computing etc. This project is developed
Expand Down