Add R15 back in, run eunit instead of ct and use old rebar3

This commit is contained in:
Heinz N. Gies 2015-10-31 23:17:20 +01:00
parent 453922a6ed
commit 056377c2d8
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,8 @@ otp_release:
- R16B02
- R16B01
- R16B
script: "DEBUG=1 ./rebar3 update && DEBUG=1 ./rebar3 compile && DEBUG=1 ./rebar3 ct"
- R15B02
script: "./rebar3 update && ./rebar3 compile && ./rebar3 unit"
branches:
only:
- master

BIN
rebar3

Binary file not shown.