Skip to content

Commit

Permalink
Chain smoking for local branch master
Browse files Browse the repository at this point in the history
  • Loading branch information
SineSwiper committed Jul 12, 2012
1 parent 1f3f662 commit 6e3b938
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions .travis.yml
@@ -1,22 +1,23 @@
language: perl
perl:
- "5.16"
- "5.14"
- "5.12"
- "5.10"

install:
# Install the lowest possible required version for the dependencies
- cpanm ZEFRAM/Data-Float-0.000.tar.gz
- cpanm MATEU/MooX-Types-MooseLike-0.06.tar.gz
- cpanm MSTROUT/Moo-0.009001.tar.gz
- cpanm ADIE/Test-Exception-0.07.tar.gz

# whitelist
branches:
only:
- /^build\/.*/

notifications:
irc:
- "irc.perl.org#web-simple"
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 Dist::Zilla
- dzil authordeps | cpanm --quiet --notest

# Install the lowest possible required version for the dependencies
- cpanm ZEFRAM/Data-Float-0.000.tar.gz
- cpanm MATEU/MooX-Types-MooseLike-0.06.tar.gz
- cpanm MSTROUT/Moo-0.009001.tar.gz
- cpanm ADIE/Test-Exception-0.07.tar.gz
script:
- dzil smoke --release --author

notifications:
irc:
- "irc.perl.org#web-simple"

0 comments on commit 6e3b938

Please sign in to comment.