X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.travis.yml;h=378e3b22be808a817c2a85fcaac932c05d836098;hb=25b0d7c6c540615e854f941dc457f556bfca2408;hp=8dc6e60e080bdc1959fe9751938d71818a01e136;hpb=e9b8461bd99a446f5e11696b2dac7e0b842380c9;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index 8dc6e60..378e3b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,8 +53,8 @@ before_script: script: - ./vendor/bin/phpunit -v $PHPUNIT_OPTS tests - - python3 extras/test.py - - perl extras/test.pl + - python3 demo/client/python/test.py + - perl demo/client/perl/test.pl after_failure: # Troubleshoot test env build problems