Skip to content

Commit

Permalink
test/suggest Plack::Middleware::HubSignature
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Mar 23, 2015
1 parent 4e3ddce commit b688e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ perl:
install:
- cpanm --quiet --notest --skip-satisfied Dist::Milla
- cpanm --quiet --notest --skip-satisfied Git::Repository
- cpanm --quiet --notest --skip-satisfied Plack::Middleware::HubSignature
- cpanm --installdeps .

# full release test
Expand Down
2 changes: 2 additions & 0 deletions cpanfile
Expand Up @@ -2,3 +2,5 @@ requires 'perl', '5.10.0';
requires 'Plack', '1.0';
requires 'JSON', '2.0';
requires 'Plack::Middleware::Access', '0.3';

suggests 'Plack::Middleware::HubSignature';

0 comments on commit b688e96

Please sign in to comment.