Skip to content

Commit 0a46bf0

Browse files
authored
Enable Travis CI (#10)
* Add .travis.yml * Add travis badge
1 parent 1c5e6c6 commit 0a46bf0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: minimal
2+
services:
3+
- docker
4+
script:
5+
- docker build .

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Secure distributed linear regression
2+
[![Build Status](https://api.travis-ci.org/schoppmp/linreg-mpc.svg?branch=master)](https://travis-ci.org/schoppmp/linreg-mpc)
23

34
A protocol for secure distributed linear regression. For a detailed description of the protocol and evaluation results, please have a look at the [Paper](https://eprint.iacr.org/2016/892).
45

0 commit comments

Comments
 (0)