travis stuff - new attempt
This commit is contained in:
@@ -19,7 +19,7 @@ before_install:
|
||||
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
|
||||
install:
|
||||
- cpanm --quiet --notest --skip-satisfied Dist::Zilla
|
||||
- "dzil authordeps --missing | grep -vP '[^\\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest"
|
||||
- "dzil listdeps --author --missing | grep -vP '[^\\w:]' | cpanm --verbose"
|
||||
- dzil authordeps --missing | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest
|
||||
- dzil listdeps --author --missing | grep -vP '[^\w:]' | cpanm --verbose
|
||||
script:
|
||||
- dzil smoke --release --author
|
||||
|
||||
6
dist.ini
6
dist.ini
@@ -6,14 +6,16 @@ copyright_holder = Dinis Lage
|
||||
main_module = lib/File/Assets/Precompile.pm
|
||||
|
||||
[Prereqs]
|
||||
[TravisYML]
|
||||
Carp = 0
|
||||
Log::Log4perl = 0
|
||||
File::MMagic = 0
|
||||
Path::Class = 0
|
||||
JavaScript::Minifier::XS = 0
|
||||
CSS::Minifier::XS = 0
|
||||
|
||||
|
||||
;[@Prereqs]
|
||||
[TravisYML]
|
||||
|
||||
[Git::CommitBuild]
|
||||
release_branch = build/%b
|
||||
release_message = Release build of v%v (on %b)
|
||||
|
||||
Reference in New Issue
Block a user