wip: add github ci config
[plcapi.git] / .travis.yml
index c9da95f..378e3b2 100644 (file)
@@ -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