This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to annotated tag v0.17
in repository libmath-prime-util-perl.

commit f0c0c5fa308a4bae4a35f89dca47ac129260f4e0
Author: Dana Jacobsen <d...@acm.org>
Date:   Mon Dec 17 02:33:30 2012 -0800

    Install mpfr before Math::MPFR
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3914caf..49e3baa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,9 @@ perl:
   - "5.10"
 
 before_script:
+#    - sudo apt-get install libgmp3-dev
+#    - cpanm Test::Pod # optional dependency
+    - sudo apt-get install libmpfr-dev
     - cpanm Math::Prime::Util::GMP
     - cpanm Math::MPFR
 
@@ -15,8 +18,6 @@ env:
     - MPU_NO_GMP=1
     - MPU_NO_GMP=1 MPU_NO_MPFR=1
 
-#    - sudo apt-get install libgmp3-dev
-#    - cpanm Test::Pod # optional dependency
 
 install:
     - cpanm -v --installdeps --notest --mirror 
http://cpan.mirrors.travis-ci.org .

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to