X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.travis.yml;h=378e3b22be808a817c2a85fcaac932c05d836098;hb=8e9fa081fb7dd5641fb1bb833239e24353ae145b;hp=c9da95fd86e760a543567d2bc6031eeabc8199ba;hpb=8cacd651433f4b108a0b81e9ab861fb745fcd672;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index c9da95f..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 - - python3 extras/test.pl + - python3 demo/client/python/test.py + - perl demo/client/perl/test.pl after_failure: # Troubleshoot test env build problems