Skip to content

Commit

Permalink
Workaround for cth_readable in older rebar3
Browse files Browse the repository at this point in the history
  • Loading branch information
puzza007 committed Aug 19, 2018
1 parent 19e11c7 commit e043def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ otp_release:
- 20.1
- 21.0

script: rebar3 update && rebar3 ct && rebar3 dialyzer && rebar3 coveralls send
script: rebar3 update && rebar3 ct --readable=false && rebar3 dialyzer && rebar3 coveralls send

cache:
directories:
Expand Down

0 comments on commit e043def

Please sign in to comment.