Skip to content

Commit

Permalink
Merge e75f22d into fc32b6b
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Mar 16, 2015
2 parents fc32b6b + e75f22d commit 8101f0e
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 467 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -39,11 +39,13 @@ before_install:
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- ls -lR
- export SPLIT_BUILD=0
- export AUTHOR_TESTING=1
- source ~/travis-perl-helpers/init
- build-perl
- perl -V
- cpanm --quiet --notest ExtUtils::F77 Term::ReadLine::Gnu PGPLOT # do not need tests
- cpanm --quiet --notest Devel::CheckLib # specify this now because this is a CONFIGURE_REQUIRES for author-side
- cpanm --quiet --notest CPAN::Changes # for author tests
- cpanm --force --verbose ExtUtils::ParseXS # we install the latest ExtUtils::ParseXS
- build-dist
- cd $BUILD_DIR # $BUILD_DIR is set by the build-dist command
Expand All @@ -56,7 +58,7 @@ install:
before_script:
- coverage-setup
script:
- if [ "$SERIAL_TESTING" == 1 ]; then prove -b -v $(test-files); else prove --formatter TAP::Formatter::File -j$(test-jobs) -b -v $(test-files); fi
- if [ "$SERIAL_TESTING" == 1 ]; then prove -b -v $(test-dirs); else prove --formatter TAP::Formatter::File -j$(test-jobs) -b -v $(test-dirs); fi
after_script:
- perl -Iblib/lib -MPDL::Config -MData::Dumper -e 'print Dumper \%PDL::Config'
after_success:
Expand Down

0 comments on commit 8101f0e

Please sign in to comment.