Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

Commit 3b53db2

Browse files
committed
chore: add travis
1 parent b246075 commit 3b53db2

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: c
2+
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
3+
script: bash -ex .travis-docker.sh
4+
services:
5+
- docker
6+
env:
7+
global:
8+
- PINS="jsonrpc2:. jsonrpc2-sync"
9+
- DISTRO="ubuntu-16.04"
10+
- PACKAGE="jsonrpc2-sync"
11+
matrix:
12+
- OCAML_VERSION="4.03"
13+
- OCAML_VERSION="4.04"
14+
- OCAML_VERSION="4.06"
15+
- OCAML_VERSION="4.07"
16+
- OCAML_VERSION="4.09"

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11

2-
# Jsonrpc2
2+
# Jsonrpc2 [![build status](https://travis-ci.org/c-cube/jsonrpc2.svg?branch=master)](https://travis-ci.org/c-cube/jsonrpc2)
33

44
A modular Jsonrpc2 client and server, usable with sync or async IO.
55

6+
## Documentation
7+
8+
See https://c-cube.github.io/jsonrpc2/
9+
610
## License
711

812
MIT.
13+
14+

0 commit comments

Comments
 (0)