From 2792ab898475aa6d99768f054e8ae25f060a62ad Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Sat, 5 Dec 2015 13:47:22 +0100 Subject: [PATCH] update travis.yml and adjust README --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ed1152..e4c76d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/README.md b/README.md index 502f553..866f024 100644 --- a/README.md +++ b/README.md @@ -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.