working on integrating mocha into travis CI

This commit is contained in:
El RIDO
2017-02-12 14:30:41 +01:00
parent b9c05b06d0
commit ccac5d373b

View File

@@ -7,9 +7,14 @@ php:
before_script:
- composer install -n
- npm install -g mocha
- cd js
- npm install jsverify jsdom jsdom-global
- cd ..
script:
- cd tst && phpunit
- cd ../js && mocha
after_script:
- cd ..