Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
esonghori committed Oct 13, 2015
1 parent 3be69ac commit e0aebbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
- tar xf cmake-3.3.2.tar.gz
- cd cmake-3.3.2
- ./configure
- make -j 3
- make -j 8
- sudo make install
- cd ..

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/esonghori/TinyGarble.svg?branch=develop)](https://travis-ci.org/esonghori/TinyGarble)

TinyGarble
=======
TinyGarble is a full implementation of Yao's Garbled Circuit (GC) protocol for
Expand Down Expand Up @@ -58,7 +60,7 @@ Install dependencies: g++, OpenSSL (1.0.1f <), boost(1.55.0 <), and cmake
### Compile
Confing TinyGarble and then compile it in `bin` directory:
```
$ ./config
$ ./configure
$ cd bin
$ make
```
Expand Down
File renamed without changes.

0 comments on commit e0aebbb

Please sign in to comment.