Skip to content

Commit

Permalink
Use old hex package to make travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
markusn committed Dec 24, 2018
1 parent d73272e commit 64bc1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,4 +1,4 @@
{plugins , [coveralls]}. % use hex package
{plugins , [{coveralls, "1.5.0"}]}. % use old hex package to make travis happy
{cover_enabled , true}.
{cover_export_enabled , true}.
{coveralls_coverdata , "_build/test/cover/eunit.coverdata"}. % or a string with wildcards or a list of files
Expand Down

0 comments on commit 64bc1e8

Please sign in to comment.