diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-29T12·10+0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-29T12·10+0100 |
commit | 9622ed36a1eae691e7550b1d159e9bcc0bf65501 (patch) | |
tree | 5e270d2465a801c62ab67b51b0997e5c0608b380 /README.md | |
parent | 6468845255e5516d4567f9bef48d815549b20910 (diff) | |
parent | 565a00254b94c61e21ca7814324861bbfe5bde5d (diff) |
Merge pull request #1 from tazjin/feat/travis-builds
Add build configuration and various other repo setup chores
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index 55ea764d8fbc..383ae1788beb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ yants ===== +[![Build Status](https://travis-ci.org/tazjin/yants.svg?branch=master)](https://travis-ci.org/tazjin/yants) + This is a tiny type-checker for data in Nix, written in Nix. Features: |