Skip to content

Commit

Permalink
update travis.yml and adjust README
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaeckel committed Dec 5, 2015
1 parent 7d9a225 commit 2792ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ script:
- ./mtest/mtest 666666 | ./test > test.log
- head -n 5 test.log
- tail -n 2 test.log
- ./testme.sh

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/fperrad/libtommath.png?branch=develop)](https://travis-ci.org/fperrad/libtommath)
[![Build Status](https://travis-ci.org/libtom/libtommath.png?branch=develop)](https://travis-ci.org/libtom/libtommath)

This is the git repository for [LibTomMath](http://www.libtom.org/), a free open source portable number theoretic multiple-precision integer (MPI) library written entirely in C.

Expand Down

0 comments on commit 2792ab8

Please sign in to comment.