From fdb51c0bb0716a50202a977c4c6119a1ca3699bd Mon Sep 17 00:00:00 2001 From: Heidi-ann Date: Thu, 19 Mar 2015 11:33:29 +0000 Subject: [PATCH 1/2] adding link to travis builds --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4fcbd7408..e69fe5652 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/mirage/ocaml-dns.svg?branch=master)](https://travis-ci.org/mirage/ocaml-dns) + This is a pure OCaml implementation of the DNS protocol. It is intended to be a reasonably high-performance implementation, but clarity is preferred rather than low-level performance hacks. From a2f7e0abb61bb3daa1b91554aa6074cbea18ec23 Mon Sep 17 00:00:00 2001 From: Heidi-ann Date: Mon, 23 Mar 2015 10:47:17 +0000 Subject: [PATCH 2/2] Removing make dns-depends stop travis calling make dns-depend since mirage/mirage-skeleton@93cc995 --- .travis-ci.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis-ci.sh b/.travis-ci.sh index 2e304d476..8c009d7ca 100755 --- a/.travis-ci.sh +++ b/.travis-ci.sh @@ -42,5 +42,4 @@ opam install mirage crunch git clone git://github.com/mirage/mirage-skeleton cd mirage-skeleton make dns-configure -make dns-depend make dns-build