Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ perl:
- "5.16"
- "5.10"
- "5.8"
- "blead"

env:
global:
Expand Down
6 changes: 6 additions & 0 deletions _travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ cp Math-GSL*.tar.gz /tmp
ls -la /tmp/Math-GSL*.tar.gz # now we have a CPAN dist to test on each version of GSL
cd $ORIG_DIR

git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
source ~/travis-perl-helpers/init
build-perl
perl -V
build-dist
cd $BUILD_DIR # $BUILD_DIR is set by the build-dist command