working on integrating mocha into travis CI

pull/208/head
El RIDO 7 years ago
parent b9c05b06d0
commit ccac5d373b
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

@ -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 ..

Loading…
Cancel
Save