summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2015-02-08 22:53:44 +0300
committerArseniy Seroka <ars.seroka@gmail.com>2015-02-08 22:54:29 +0300
commitb37fc8a52a4699f0d8a921272e4ed20b704ccb5b (patch)
tree0105d4b9cf8e42d47ed0923ac78f61cbab3fcbb8 /README.md
parentc0d814d62b6e67db07e80bb8a41b2a25ad035a8e (diff)
downloadnixpkgs-b37fc8a52a4699f0d8a921272e4ed20b704ccb5b.tar
nixpkgs-b37fc8a52a4699f0d8a921272e4ed20b704ccb5b.tar.gz
nixpkgs-b37fc8a52a4699f0d8a921272e4ed20b704ccb5b.tar.bz2
nixpkgs-b37fc8a52a4699f0d8a921272e4ed20b704ccb5b.tar.lz
nixpkgs-b37fc8a52a4699f0d8a921272e4ed20b704ccb5b.tar.xz
nixpkgs-b37fc8a52a4699f0d8a921272e4ed20b704ccb5b.tar.zst
nixpkgs-b37fc8a52a4699f0d8a921272e4ed20b704ccb5b.zip
add statuses to nixpkgs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a2ed0877e9a..fa5a419f9f8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 Nixpkgs is a collection of packages for [Nix](https://nixos.org/nix/) package
 manager.
 
+[![Build Status](https://travis-ci.org/NixOS/nixpkgs.svg?branch=master)](https://travis-ci.org/NixOS/nixpkgs) [![Issue Stats](http://www.issuestats.com/github/nixos/nixpkgs/badge/pr)](http://www.issuestats.com/github/nixos/nixpkgs) [![Issue Stats](http://www.issuestats.com/github/nixos/nixpkgs/badge/issue)](http://www.issuestats.com/github/nixos/nixpkgs)
+
 [NixOS](https://nixos.org/nixos/) linux distribution source code is located inside `nixos/` folder.
 
 * [NixOS installation instructions](https://nixos.org/nixos/manual/#ch-installation)