X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.travis.yml;h=378e3b22be808a817c2a85fcaac932c05d836098;hb=de4444457c6a52c7d9b182403daa4c08dcb2d149;hp=ce75cec663aa6182dd40850e1a465be4d2916ca1;hpb=cad2d502b4917eaa0deac3a46bd47b6e5d22021c;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index ce75cec..378e3b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,9 @@ before_script: - if [ "$TRAVIS_PHP_VERSION" = "7.4" ]; then ./tests/ci/setup/setup_code_coverage.sh enable && export PHPUNIT_OPTS="--coverage-clover=coverage.clover"; fi script: - ./vendor/bin/phpunit -v $PHPUNIT_OPTS tests + - ./vendor/bin/phpunit -v $PHPUNIT_OPTS tests + - python3 demo/client/python/test.py + - perl demo/client/perl/test.pl after_failure: # Troubleshoot test env build problems