try phantomjs tests
This commit is contained in:
@@ -3,6 +3,7 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libsnmp-dev
|
- libsnmp-dev
|
||||||
|
- phantomjs
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- /^2\.\d{6}$/
|
- /^2\.\d{6}$/
|
||||||
@@ -12,4 +13,4 @@ script: |
|
|||||||
perl Build.PL && \
|
perl Build.PL && \
|
||||||
./Build && \
|
./Build && \
|
||||||
PERL_MM_USE_DEFAULT=1 ./Build installdeps --cpan_client 'cpanm --quiet --notest' && \
|
PERL_MM_USE_DEFAULT=1 ./Build installdeps --cpan_client 'cpanm --quiet --notest' && \
|
||||||
./Build test --test_files xt/
|
ND_PHANTOMJS=/usr/bin/phantomjs ./Build test --test_files xt/
|
||||||
|
|||||||
Reference in New Issue
Block a user