Skip to content

Commit

Permalink
Merge pull request #3 from chylli/chylli/v5.24.0
Browse files Browse the repository at this point in the history
5.24
  • Loading branch information
jy-deriv committed May 26, 2016
2 parents 8f13ccb + 062c4f9 commit 8b95287
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
language: perl
perl:
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- source ~/travis-perl-helpers/init
- build-perl
- perl -V
# install prereqs
- "cpanm Math::Business::BlackScholes::Binaries"
- "cpanm Devel::Cover::Report::Coveralls"
- "cpanm -n Math::Business::BlackScholes::Binaries"
- "cpanm -n Devel::Cover::Report::Coveralls"
- "cpanm -n Test::NoWarnings"
- "cpanm --installdeps -n ."
script:
perl Makefile.PL && make test && cover -test -report coveralls

0 comments on commit 8b95287

Please sign in to comment.