File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : scala
2
+ scala :
3
+ - 2.12.3
4
+ jdk :
5
+ - oraclejdk8
6
+
7
+ script : " sbt clean coverage test"
8
+ after_success : " sbt coveralls"
Original file line number Diff line number Diff line change
1
+ # Build Status
2
+ [ ![ Build Status] ( https://travis-ci.org/izmailoff/scala-nn.png?branch=master )] ( https://travis-ci.org/izmailoff/scala-nn )
3
+
4
+ # Test Coverage
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/izmailoff/scala-nn/badge.svg?branch=master )] ( https://coveralls.io/r/izmailoff/scala-nn?branch=master )
6
+
1
7
# scala-nn
2
8
A Neural Network (NN) implemented in Scala from scratch.
3
9
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 0.14.5" )
2
2
3
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.5.1" )
4
+
5
+ addSbtPlugin(" org.scoverage" % " sbt-coveralls" % " 1.2.2" )
6
+
You can’t perform that action at this time.
0 commit comments