Skip to content

Commit

Permalink
Travis uses new fanout dep pulling
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Oct 20, 2013
1 parent 8bdb1fb commit d891bfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yamls/sterile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ perl:
env:
matrix:
- STERILIZE_ENV=0
- STERILIZE_ENV=0 DEVELOPER_DEPS=1
- STERILIZE_ENV=1
- STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1
before_install:
- time perl ./maint-travis-ci/sterilize_env.pl
install:
- time cpanm --quiet --notest --mirror http://cpan.metacpan.org/ --installdeps .
- time perl ./maint-travis-ci/install_deps.pl
branches:
only:
- "build/master"
Expand Down

0 comments on commit d891bfa

Please sign in to comment.