add travis support to the system

Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
Eric Merritt 2012-09-08 09:59:19 -05:00
parent d7b60ccf19
commit 7e42c243b0
2 changed files with 16 additions and 0 deletions

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: erlang
otp_release:
- R15B02
- R15B01
- R15B
before_script: "make get-deps"
script: "make"
branches:
only:
- master
- next

View file

@ -1,6 +1,10 @@
Erlware Commons
===============
Current Status
--------------
[![Build Status](https://secure.travis-ci.org/erlware/erlware_commons.png)](http://travis-ci.org/erlware/erlware_commons)
Introduction
------------