diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4169809 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: scala + +jdk: oraclejdk8 + +scala: + - 2.12.0 diff --git a/README.md b/README.md index 74a4ae2..fae5b45 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # blockchain-scala +[![Build Status](https://travis-ci.org/fluency03/blockchain-in-scala.svg?branch=master)](https://travis-ci.org/fluency03/blockchain-in-scala) + Simple Blockchain Implementation in Scala. Inspired by [Daniel van Flymen](http://www.dvf.nyc/)'s blog [Learn Blockchains by Building One](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46), I started to implement this Scala version of a simple Blockchain.