From b7ffdb1073541639cdaa738be073bc3e477d2ec3 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Tue, 6 Jan 2015 09:54:43 +0000 Subject: [PATCH] Update documentation for Travis CI. --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65776aa..5cbf824 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,23 @@ CL-MOCK - Mocking functions. -Copyright (C) 2013-14 Olof-Joachim Frahm +Copyright (C) 2013-15 Olof-Joachim Frahm Release under a Simplified BSD license. Working, but unfinished. -Should be portable. - [![Build Status](https://travis-ci.org/Ferada/cl-mock.svg?branch=master)](https://travis-ci.org/Ferada/cl-mock) +Portable to at least ABCL, Allegro CL (with one problem with inlining +settings), SBCL, CCL and CLISP. CMUCL possibly, but not tested on +Travis CI. ECL fails on Travis CI ([`OPTIMA`][3] fails there as well), +but runs successfully on my own machine, so YMMV. See the detailed +reports at +[https://travis-ci.org/Ferada/cl-mock](https://travis-ci.org/Ferada/cl-mock) +for more information and [`CL-TRAVIS`][5], and [`.travis.yml`][6] for the +setup. + # INTRODUCTION @@ -193,3 +200,5 @@ standard `PROG`: [2]: http://common-lisp.net/project/fiveam/ [3]: https://github.com/m2ym/optima [4]: https://github.com/gschjetne/eclastic +[5]: https://github.com/luismbo/cl-travis +[6]: https://raw.githubusercontent.com/Ferada/cl-mock/master/.travis.yml -- 1.7.10.4