mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Add travis target to make it easier to reproduce failures locally
This commit is contained in:
parent
a9cb38e6d1
commit
720d71e47d
2 changed files with 3 additions and 1 deletions
|
@ -4,4 +4,4 @@ otp_release:
|
|||
- R15B
|
||||
- R14B04
|
||||
- R14B03
|
||||
script: "make debug xref clean all deps test"
|
||||
script: "make travis"
|
||||
|
|
2
Makefile
2
Makefile
|
@ -39,3 +39,5 @@ deps:
|
|||
test:
|
||||
@$(REBAR) eunit
|
||||
@$(RETEST) inttest
|
||||
|
||||
travis: clean debug xref clean all deps test
|
||||
|
|
Loading…
Reference in a new issue