소스 검색

Add travis target to make it easier to reproduce failures locally

pull/3/head
Dave Smith 12 년 전
부모
커밋
720d71e47d
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .travis.yml
  2. +2
    -0
      Makefile

+ 1
- 1
.travis.yml 파일 보기

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

+ 2
- 0
Makefile 파일 보기

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

불러오는 중...
취소
저장