working on integrating mocha into travis CI
This commit is contained in:
parent
b9c05b06d0
commit
ccac5d373b
1 changed files with 5 additions and 0 deletions
|
@ -7,9 +7,14 @@ php:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer install -n
|
- composer install -n
|
||||||
|
- npm install -g mocha
|
||||||
|
- cd js
|
||||||
|
- npm install jsverify jsdom jsdom-global
|
||||||
|
- cd ..
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd tst && phpunit
|
- cd tst && phpunit
|
||||||
|
- cd ../js && mocha
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
Loading…
Reference in a new issue