From ed5a8f5bc4c7340a83902ff808b5ec7fe24361cd Mon Sep 17 00:00:00 2001 From: Matt Krump Date: Thu, 25 Jan 2018 17:19:15 -0600 Subject: [PATCH] WIP --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae38cd45..2865911e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Vulcanize DB +# Vulcanize DB + +test change [![Build Status](https://travis-ci.com/vulcanize/vulcanizedb.svg?token=GKv2Y33qsFnfYgejjvYx&branch=master)](https://travis-ci.com/vulcanize/vulcanizedb) @@ -115,4 +117,4 @@ You can create configuration files for additional environments. In order to run the integration tests, you will need to run them against a real blockchain. At the moment the integration tests require [Geth v1.7.2](https://ethereum.github.io/go-ethereum/downloads/) as they depend on the `--dev` mode, which changed in v1.7.3 1. Run `./scripts/start_private_blockchain` as a separate process. -2. `go test ./...` to run all tests. \ No newline at end of file +2. `go test ./...` to run all tests.