浏览代码

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

正在加载...
取消
保存