add travis support to the system
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
parent
d7b60ccf19
commit
7e42c243b0
2 changed files with 16 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
language: erlang
|
||||
otp_release:
|
||||
- R15B02
|
||||
- R15B01
|
||||
- R15B
|
||||
|
||||
before_script: "make get-deps"
|
||||
script: "make"
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- next
|
|
@ -1,6 +1,10 @@
|
|||
Erlware Commons
|
||||
===============
|
||||
|
||||
Current Status
|
||||
--------------
|
||||
[](http://travis-ci.org/erlware/erlware_commons)
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue