Skip to content

Commit

Permalink
Trying(3) to feed travis...
Browse files Browse the repository at this point in the history
  • Loading branch information
diegok committed Jun 27, 2012
1 parent 56c46b2 commit c1d6282
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: perl
perl:
- "5.16"
- "5.14"
- "5.12"
- "5.10"
before_install:
- "cpanm --notest Dist::Zilla Pod::Elemental::Transformer::List"
install: "dzil authordeps | xargs cpanm --notest && dzil listdeps | xargs cpanm --notest"
install: "dzil authordeps | cpanm --notest && dzil listdeps | cpanm --notest"
script: "dzil test --release"
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

0.11 2012-06-27 13:34:37 Europe/Madrid

- Fixed Worker::worker_pids() to also filter grep's own pid!

0.10 2012-06-27 13:11:34 Europe/Madrid
Expand Down

0 comments on commit c1d6282

Please sign in to comment.