try installdeps and test xt
This commit is contained in:
@@ -7,3 +7,9 @@ branches:
|
|||||||
only:
|
only:
|
||||||
- /^2\.\d{6}$/
|
- /^2\.\d{6}$/
|
||||||
- 'master'
|
- 'master'
|
||||||
|
install: true
|
||||||
|
script: |
|
||||||
|
perl Build.PL && \
|
||||||
|
./Build && \
|
||||||
|
PERL_MM_USE_DEFAULT=1 ./Build installdeps --cpan_client 'cpanm --quiet --notest' && \
|
||||||
|
./Build test --test_files xt/
|
||||||
|
|||||||
Reference in New Issue
Block a user