瀏覽代碼

Continuous integration with Travis

pull/60/head
Johannes Huning 13 年之前
父節點
當前提交
7b90115822
共有 2 個檔案被更改,包括 10 行新增1 行删除
  1. +9
    -0
      .travis.yml
  2. +1
    -1
      README.md

+ 9
- 0
.travis.yml 查看文件

@ -0,0 +1,9 @@
language: erlang
otp_release:
- R14B04
- R14B03
- R14B02
- R14A
- R13B04
- R13B03
script: "make test"

+ 1
- 1
README.md 查看文件

@ -1,4 +1,4 @@
# ibrowse
# ibrowse [![Build Status](https://secure.travis-ci.org/johannesh/ibrowse.png)](http://travis-ci.org/johannesh/ibrowse)
ibrowse is a HTTP client written in erlang.

Loading…
取消
儲存