From c4f22baa9f0ed5cd91e122381324c8b414751298 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 16 Jun 2015 20:38:47 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fbe434f8..41ed08d09 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ A pure Scala substitute for [Aether](http://www.eclipse.org/aether/) +[![Build Status](https://travis-ci.org/alexarchambault/coursier.svg?branch=master)](https://travis-ci.org/alexarchambault/coursier) + +See [Scala JS demo](https://alexarchambault.github.io/coursier/index.html#demo) and [usage](https://github.com/alexarchambault/coursier/blob/master/USAGE.md). + +Both a JVM library and a Scala JS one. + Work in progress: * full list of dependencies / version conflict resolution working, mildly to well tested, * downloading/caching of JARs in its early stages. @@ -16,7 +22,5 @@ Implements fancy Maven features like Restricted to Maven resolution and repositories for now. Support for Ivy seems definitely at reach, just not done yet. -Both a JVM library and a Scala JS one. - Released under the Apache license, v2.