Use proper PhantomJS library and run the tests as separate step
* add dependency for phantomjs
This commit is contained in:
parent
577cf92009
commit
74a93290aa
|
@ -1,5 +1,9 @@
|
||||||
build:
|
build:
|
||||||
backend:
|
jsunit:
|
||||||
|
image: morrisjobke/nextcloud-ci-jsunit:1.0.2
|
||||||
|
commands:
|
||||||
|
- ./autotest-js.sh
|
||||||
|
sqlite:
|
||||||
image: morrisjobke/nextcloud-ci-php7:1.0
|
image: morrisjobke/nextcloud-ci-php7:1.0
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"karma-junit-reporter": "*",
|
"karma-junit-reporter": "*",
|
||||||
"karma-coverage": "*",
|
"karma-coverage": "*",
|
||||||
"karma-phantomjs-launcher": "*",
|
"karma-phantomjs-launcher": "*",
|
||||||
"phantomjs": "*",
|
"phantomjs-prebuilt": "*",
|
||||||
"jasmine-core": "~2.3.4"
|
"jasmine-core": "~2.3.4"
|
||||||
},
|
},
|
||||||
"engine": "node >= 0.8"
|
"engine": "node >= 0.8"
|
||||||
|
|
Loading…
Reference in New Issue