Skip to content

Commit

Permalink
Merge branch 'travis-use-eumm-directly' into alienhdf4-use-eumm
Browse files Browse the repository at this point in the history
Conflicts:
	.travis.yml

Make sure the Alien::HDF4 is called before `perl Makefile.PL`.
  • Loading branch information
zmughal committed Mar 14, 2015
2 parents 9ba08a2 + ab7b3a8 commit 2320795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -43,11 +43,11 @@ before_install:
- perl -V
- cpanm --quiet --notest ExtUtils::F77 Term::ReadLine::Gnu PGPLOT # do not need tests
- cpanm --verbose Alien::HDF4
- cpanm --quiet --notest Devel::CheckLib # specify this now because this is a CONFIGURE_REQUIRES for author-side
- 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
- cpanm --installdeps --notest .
- perl Makefile.PL # instead of the helper's build-dist
install:
- cpan-install --deps # installs prereqs, including recommends
- cpan-install --coverage # installs converage prereqs, if enabled
- prove t/00-report-prereqs.t t/01-checkmanifest.t
# SYSTEM_CORES set by travis-perl-helpers
Expand Down

0 comments on commit 2320795

Please sign in to comment.