-
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.
Fix tests with -Ddefault_inc_excludes_dot
Closes #1
- Loading branch information
1 parent
e5779a7
commit 7164a42
Showing
10 changed files
with
166 additions
and
68 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,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
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
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.