Browse Source

Added Travis CI Hook and Build Status

pull/3/head
Joe DeVivo 13 years ago
parent
commit
17df3e9918
2 changed files with 10 additions and 0 deletions
  1. +8
    -0
      .travis.yml
  2. +2
    -0
      README.md

+ 8
- 0
.travis.yml View File

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

+ 2
- 0
README.md View File

@ -4,6 +4,8 @@ rebar
rebar is an Erlang build tool that makes it easy to compile and rebar is an Erlang build tool that makes it easy to compile and
test Erlang applications, port drivers and releases. 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 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 embed directly in a project. Where possible, rebar uses standard Erlang/OTP
conventions for project structures, thus minimizing the amount of build conventions for project structures, thus minimizing the amount of build

Loading…
Cancel
Save