Skip to content

Commit

Permalink
Added debug
Browse files Browse the repository at this point in the history
  • Loading branch information
markusn committed Dec 23, 2018
1 parent f6f7faf commit b11fbca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -15,8 +15,8 @@ otp_release:
env:
- REBAR3=false
- REBAR3=true
script:
script:
- case "$REBAR3" in
false) ./rebar compile && ./rebar skip_deps=true doc && ./rebar skip_deps=true eunit;;
true) ./rebar3 do eunit,edoc;;
true) DEBUG=1 ./rebar3 do eunit,edoc;;
esac

0 comments on commit b11fbca

Please sign in to comment.