update travis.yml and adjust README
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.