Skip to content

Commit

Permalink
add travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fluency03 committed Apr 15, 2018
1 parent 825e194 commit 311349b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: scala

jdk: oraclejdk8

scala:
- 2.12.0
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 311349b

Please sign in to comment.