소스 검색

Added Travis CI Hook and Build Status

pull/3/head
Joe DeVivo 13 년 전
부모
커밋
17df3e9918
2개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      .travis.yml
  2. +2
    -0
      README.md

+ 8
- 0
.travis.yml 파일 보기

@ -0,0 +1,8 @@
language: erlang
notifications:
email: eng@basho.com
otp_release:
- R15B01
- R15B
- R14B04
- R14B03

+ 2
- 0
README.md 파일 보기

@ -4,6 +4,8 @@ rebar
rebar is an Erlang build tool that makes it easy to compile and
test Erlang applications, port drivers and releases.
[![Build Status](https://secure.travis-ci.org/basho/rebar.png?branch=master)](http://travis-ci.org/basho/rebar)
rebar is a self-contained Erlang script, so it's easy to distribute or even
embed directly in a project. Where possible, rebar uses standard Erlang/OTP
conventions for project structures, thus minimizing the amount of build

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