Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Latest commit

 

History

History
34 lines (16 loc) · 1.21 KB

README.md

File metadata and controls

34 lines (16 loc) · 1.21 KB

Example travis-ci.org Clojure project

This is an example Clojure project that uses Leiningen 2 [preview], clojure.test and travis-ci.org for continuous integration.

Usage

Make sure you have Leiningen 2.0 installed. Then run tests with

lein2 test

This is what Travis CI Clojure builder will run by default.

For more information, see .travis.yml, read our Getting Started guide and the rest of the documentation.

travis-ci.org badges

Here is a sample status icon showing the state of the master branch:

Build Status

Support

If you have any questions, we are in #travis on irc.freenode.net, on Twitter @travisci and have a mailing list.

License

Copyright (C) 2012 Travis CI Development Team

Distributed under the Eclipse Public License, the same as Clojure.