Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Add Java to languageMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya-Chatla committed Nov 20, 2018
1 parent 65f45cd commit 659b9c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/reporter.js
Expand Up @@ -23,7 +23,8 @@
jsx: 'javascript',
ts: 'typescript',
tsx: 'typescript',
coffee: 'coffeescript'
coffee: 'coffeescript',
java: 'java'
};

function sendByLanguage(endpoint, commitId, token, data, accountToken, username, projectName) {
Expand Down

0 comments on commit 659b9c1

Please sign in to comment.