-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build results of b5e582c (on master)
- Loading branch information
1 parent
f0afd07
commit 92c1a60
Showing
28 changed files
with
862 additions
and
1,108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.build | ||
App-cpanoutdated-fresh-* | ||
/.build | ||
/App-cpanoutdated-fresh-* | ||
/tmp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,58 @@ | ||
language: perl | ||
matrix: | ||
allow_failures: | ||
- perl: "5.8" | ||
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 | ||
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 | ||
include: | ||
- perl: "5.8" | ||
env: STERILIZE_ENV=0 | ||
- perl: "5.10" | ||
env: STERILIZE_ENV=0 | ||
- perl: "5.12" | ||
env: STERILIZE_ENV=0 | ||
- perl: "5.14" | ||
env: STERILIZE_ENV=0 | ||
- perl: "5.16" | ||
env: STERILIZE_ENV=0 | ||
- perl: "5.20" | ||
env: STERILIZE_ENV=0 | ||
- perl: "5.21" | ||
env: STERILIZE_ENV=0 | ||
- perl: "5.8" | ||
env: STERILIZE_ENV=1 | ||
- perl: "5.10" | ||
env: STERILIZE_ENV=1 | ||
- perl: "5.20" | ||
env: STERILIZE_ENV=1 | ||
- perl: "5.21" | ||
env: STERILIZE_ENV=1 | ||
- perl: "5.21" | ||
env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 | ||
- perl: "5.21" | ||
env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 | ||
- perl: "5.21" | ||
env: STERILIZE_ENV=0 COVERAGE_TESTING=1 | ||
--- | ||
after_failure: | ||
- perl ./maint-travis-ci/report_fail_ctx.pl | ||
before_install: | ||
- perlbrew list | ||
- time git clone --depth 10 https://github.com/kentfredric/travis-scripts.git maint-travis-ci | ||
- time git -C ./maint-travis-ci reset --hard master | ||
- time perl ./maint-travis-ci/branch_reset.pl | ||
- time perl ./maint-travis-ci/sterilize_env.pl | ||
install: | ||
- time perl ./maint-travis-ci/install_deps_early.pl | ||
- time perl ./maint-travis-ci/install_deps.pl | ||
before_script: | ||
- time perl ./maint-travis-ci/before_script.pl | ||
script: | ||
- time perl ./maint-travis-ci/script.pl | ||
after_failure: | ||
- perl ./maint-travis-ci/report_fail_ctx.pl | ||
branches: | ||
only: | ||
- "master" | ||
- "build/master" | ||
- "releases" | ||
|
||
- master | ||
- builds | ||
- releases | ||
install: | ||
- time perl ./maint-travis-ci/install_deps_early.pl | ||
- time perl ./maint-travis-ci/autoinstall_dzil.pl | ||
- time perl ./maint-travis-ci/install_deps_2.pl | ||
language: perl | ||
matrix: | ||
allow_failures: | ||
- perl: '5.8' | ||
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 | ||
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 | ||
include: | ||
- env: STERILIZE_ENV=0 COVERAGE_TESTING=1 | ||
perl: '5.21' | ||
- env: STERILIZE_ENV=1 | ||
perl: '5.21' | ||
- env: STERILIZE_ENV=0 | ||
perl: '5.8' | ||
- env: STERILIZE_ENV=0 | ||
perl: '5.10' | ||
- env: STERILIZE_ENV=0 | ||
perl: '5.12' | ||
- env: STERILIZE_ENV=0 | ||
perl: '5.14' | ||
- env: STERILIZE_ENV=0 | ||
perl: '5.16' | ||
- env: STERILIZE_ENV=0 | ||
perl: '5.20' | ||
- env: STERILIZE_ENV=0 | ||
perl: '5.21' | ||
- env: STERILIZE_ENV=1 | ||
perl: '5.8' | ||
- env: STERILIZE_ENV=1 | ||
perl: '5.10' | ||
- env: STERILIZE_ENV=1 | ||
perl: '5.20' | ||
- env: STERILIZE_ENV=0 DEVELOPER_DEPS=1 | ||
perl: '5.21' | ||
- env: STERILIZE_ENV=0 RELEASE_TESTING=1 AUTHOR_TESTING=1 | ||
perl: '5.21' | ||
script: | ||
- time perl ./maint-travis-ci/script.pl | ||
sudo: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.