Skip to content

Commit

Permalink
Release v0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
SineSwiper committed Mar 19, 2013
1 parent 7973c8e commit a05ec92
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .travis.yml
@@ -1,16 +1,16 @@
language: perl
perl:
- "5.16"
- "5.14"
- "5.12"
- "5.10"

install:
# Deal with all of the DZIL dependancies, quickly and quietly
- cpanm --quiet --notest --skip-satisfied Dist::Zilla
- dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied

- export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
- dzil listdeps | grep -vP '[^\w:]' | cpanm --verbose
script:
- dzil smoke --release --author
language: perl
perl:
- "5.16"
- "5.14"
- "5.12"
- "5.10"

install:
# Deal with all of the DZIL dependancies, quickly and quietly
- cpanm --quiet --notest --skip-satisfied Dist::Zilla
- dzil authordeps | grep -vP '[^\w:]' | xargs -n 5 -P 10 cpanm --quiet --notest --skip-satisfied

- export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
- dzil listdeps | grep -vP '[^\w:]' | cpanm --verbose
script:
- dzil smoke --release --author

0 comments on commit a05ec92

Please sign in to comment.