aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-29 19:48:05 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-12-29 19:48:05 +0100
commit6c347dda4724da6f311ceb6ba41e563027ae6861 (patch)
treeb17aa27b0e41e1980722d79708842c28d21dd94c
parent83ad6d594a76d9b9b55e8027df94ad7ae22b0ff3 (diff)
downloadverismith-6c347dda4724da6f311ceb6ba41e563027ae6861.tar.gz
verismith-6c347dda4724da6f311ceb6ba41e563027ae6861.zip
Add link to README
-rw-r--r--.travis.yml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d1148d2..9a20e78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ cache:
- $HOME/.stack
before_install:
-# Download and unpack the stack executable
+ # Download and unpack the stack executable
- mkdir -p ~/.local/bin
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
diff --git a/README.md b/README.md
index 12e48e4..15fc288 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# VeriFuzz ![Build Status](https://travis-ci.com/ymherklotz/verifuzz.svg?token=qfBKKGwxeWkjDsy7e16x&branch=master)
+# VeriFuzz [![Build Status](https://travis-ci.com/ymherklotz/verifuzz.svg?token=qfBKKGwxeWkjDsy7e16x&branch=master)](https://travis-ci.com/ymherklotz/verifuzz)
Verilog Fuzzer to test the major verilog compilers by generating random, valid
verilog.