Skip to content

Commit

Permalink
Added code coverage, Travis-CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleyou committed Oct 19, 2012
1 parent fad3df9 commit f793189
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: erlang
notifications:
email:false
otp_release:
- R15B02
1 change: 1 addition & 0 deletions rebar.config
Expand Up @@ -19,3 +19,4 @@
]}.

{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
{cover_enabled, true}.

0 comments on commit f793189

Please sign in to comment.