Skip to content

Commit

Permalink
Add Travis case building with dev EUMM
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 16, 2015
1 parent 547c66a commit 38b2105
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,8 @@ matrix:
# start the first coverage early so that it starts before everything else
- perl: "5.20"
env: COVERAGE=1
- perl: "5.20"
env: EUMM_BLEAD=1
- perl: "5.10"
- perl: "5.12"
- perl: "5.14"
Expand Down Expand Up @@ -45,6 +47,7 @@ before_install:
- 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 --force --verbose ExtUtils::ParseXS # we install the latest ExtUtils::ParseXS
- if [ "$EUMM_BLEAD" == 1 ]; then cpanm --quiet --notest --dev ExtUtils::MakeMaker; fi
- build-dist
- cd $BUILD_DIR # $BUILD_DIR is set by the build-dist command
install:
Expand Down

0 comments on commit 38b2105

Please sign in to comment.