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.