Skip to content

Commit

Permalink
[ci] Attempt to hook Math::Primality up to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Feb 1, 2012
1 parent 88d5b04 commit 356fd3d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
@@ -0,0 +1,17 @@
before_script:
- sudo apt-get install libgmp3-dev
- curl -L http://cpanmin.us | sudo perl - --self-upgrade
- mkdir ~/perl5
- perl -Mlocal::lib >> /tmp/local_lib_junk.sh && source /tmp/local_lib_junk.sh
- sudo chown -R $CI_USER ~/.cpanm ~/perl5
script: "cpanm --installdeps .; perl Build.PL; ./Build test"
# branches:
# only:
# - master
notifications:
recipients:
- duke@leto.net
email:
on_success: change
on_failure: always
#env:

0 comments on commit 356fd3d

Please sign in to comment.