Add travis target to make it easier to reproduce failures locally

This commit is contained in:
Dave Smith 2013-03-04 08:33:54 -07:00
parent a9cb38e6d1
commit 720d71e47d
2 changed files with 3 additions and 1 deletions

View file

@ -4,4 +4,4 @@ otp_release:
- R15B
- R14B04
- R14B03
script: "make debug xref clean all deps test"
script: "make travis"

View file

@ -39,3 +39,5 @@ deps:
test:
@$(REBAR) eunit
@$(RETEST) inttest
travis: clean debug xref clean all deps test