diff --git a/.travis.yml b/.travis.yml index c0fa429..0ed6c53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,8 @@ 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" + - cpanm --notest -q Sparrow + - sparrow plg install linux-proc-maps-smoke script: - dzil smoke --release --author + - "export PERL5LIB=$PWD/lib && sparrow plg run linux-proc-maps-smoke"