Skip to content

Commit

Permalink
fix typo; force cpan install to use defaults to avoid interactive pro…
Browse files Browse the repository at this point in the history
…mpts
  • Loading branch information
djerius committed Oct 26, 2016
1 parent a62c922 commit a6509d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ perl:
- "5.12"
- "5.10"

install:
install:
- cpanm --quiet --notest PDL
- cpanm --quiet --installdeps --with-develop --wirth-recommends --with-suggets --notest .
- cpanm --quiet --installdeps --with-develop --with-recommends --with-suggets --notest .

env:
- PERL_MM_USE_DEFAULT=1

0 comments on commit a6509d7

Please sign in to comment.