update travis.yml and adjust README

This commit is contained in:
Steffen Jaeckel 2015-12-05 13:47:22 +01:00
parent 7d9a225a69
commit 2792ab8984
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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.