Project

General

Profile

action #40580

Updated by EDiGiacinto over 5 years ago

Currently we run travis tests within the dependencies in the Docker image. 

 To ease catch bugs from modules we depend on, we should run the same tests against an image which has the dependencies upgraded with cpanm ( it (it should be sufficient to set INSTALL_FROM_CPAN=1 INSTALL_FROM_CPAN=1) when calling 'make docker-test' ) 

Back